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¸O¶ | 1001001001000101100100011011100010010010010011111001000110110110 | 924591b8924f91b6 |
SJIS-WIN | ?E???O?¶ | 001111110100010100111111001111110011111101001111001111111000000111110111 | 3f453f3f3f4f3f81f7 |
EUC-JP | ?E?¸?O?¶ | 0011111101000101001111111000111110100010101100010011111101001111001111111010001011111001 | 3f453f8fa2b13f4f3fa2f9 |
UTF-8 | E¸O¶ | 1100001010010010010001011100001010010001110000101011100011000010100100100100111111000010100100011100001010110110 | c29245c291c2b8c2924fc291c2b6 |
UHC | ?E?¸?O?¶ | 00111111010001010011111110100010101011000011111101001111001111111010001011010010 | 3f453fa2ac3f4f3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)