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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 瓮????h | 11100001010001000011111100111111001111110011111101101000 | e1443f3f3f3f68 |
EUC-JP | 瓮????h | 11100001101001010011111100111111001111110011111101101000 | e1a53f3f3f3f68 |
UTF-8 | 瓮싮뇠呂밁h | 11100111100100111010111011101100100010111010111011101011100001111010000011101111101001101000000011101011101100001000000101101000 | e793aeec8baeeb87a0efa680ebb08168 |
UHC | 瓮싮뇠呂밁h | 1110100010110111100110101110100110000111100010001110010111111011100100101111111001101000 | e8b79ae98788e5fb92fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)