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 | 1110100011101001100011101010000101000101111010001110100110001110101000010100010101000010 | e8e98ea145e8e98ea14542 |
EUC-JP | 韜治E韜治EB | 1111000011101011101111001010001101000101111100001110101110111100101000110100010101000010 | f0ebbca345f0ebbca34542 |
UTF-8 | 韜治E韜治EB | 111010011001111110011100111001101011001010111011010001011110100110011111100111001110011010110010101110110100010101000010 | e99f9ce6b2bb45e99f9ce6b2bb4542 |
UHC | 韜治E韜治EB | 1101010010110111111101101011110101000101110101001011011111110110101111010100010101000010 | d4b7f6bd45d4b7f6bd4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)