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\«EE¶ | 1001001001000101100100100101110010010001101010110100010110010010010001011001000110110110 | 9245925c91ab45924591b6 |
SJIS-WIN | ?E?\??E?E?¶ | 001111110100010100111111010111000011111100111111010001010011111101000101001111111000000111110111 | 3f453f5c3f3f453f453f81f7 |
EUC-JP | ?E?\??E?E?¶ | 001111110100010100111111010111000011111100111111010001010011111101000101001111111010001011111001 | 3f453f5c3f3f453f453fa2f9 |
UTF-8 | E\«EE¶ | 110000101001001001000101110000101001001001011100110000101001000111000010101010110100010111000010100100100100010111000010100100011100001010110110 | c29245c2925cc291c2ab45c29245c291c2b6 |
UHC | ?E?\??E?E?¶ | 001111110100010100111111010111000011111100111111010001010011111101000101001111111010001011010010 | 3f453f5c3f3f453f453fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)