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??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 蓍。E蓍。EB | 111001001110011110100001010001011110010011100111101000010100010101000010 | e4e7a145e4e7a14542 |
EUC-JP | 蓍。E蓍。EB | 1110100011101001100011101010000101000101111010001110100110001110101000010100010101000010 | e8e98ea145e8e98ea14542 |
UTF-8 | 蓍。E蓍。EB | 111010001001001110001101111011111011110110100001010001011110100010010011100011011110111110111101101000010100010101000010 | e8938defbda145e8938defbda14542 |
UHC | 蓍?E蓍?EB | 111000111100100100111111010001011110001111001001001111110100010101000010 | e3c93f45e3c93f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)