To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雋ァ鮓サ | 111010001011001010100111111010011011011010111011 | e8b2a7e9b6bb |
EUC-JP | 雋ァ鮓サ | 1111000010110100100011101010011111110010101110001000111010111011 | f0b48ea7f2b88ebb |
UTF-8 | 雋ァ鮓サ | 111010011001101110001011111011111011110110100111111010011010111010010011111011111011110110111011 | e99b8befbda7e9ae93efbdbb |
UHC | 雋??? | 1111000111100110001111110011111100111111 | f1e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)