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 | E\«N | 10010010010001011001001001011100100100011010101101001110 | 9245925c91ab4e |
SJIS-WIN | ?E?\??N | 00111111010001010011111101011100001111110011111101001110 | 3f453f5c3f3f4e |
EUC-JP | ?E?\??N | 00111111010001010011111101011100001111110011111101001110 | 3f453f5c3f3f4e |
UTF-8 | E\«N | 1100001010010010010001011100001010010010010111001100001010010001110000101010101101001110 | c29245c2925cc291c2ab4e |
UHC | ?E?\??N | 00111111010001010011111101011100001111110011111101001110 | 3f453f5c3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)