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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 冶⑤??? | 10010110111010001000011101000100001111110011111100111111 | 96e887443f3f3f |
EUC-JP | 冶???? | 110011001110101000111111001111110011111100111111 | ccea3f3f3f3f |
UTF-8 | 冶⑤씮李덨 | 111001011000011010110110111000101001000110100100111011001001010010101110111011111010011110100001111010111000110110101000 | e586b6e291a4ec94aeefa7a1eb8da8 |
UHC | 冶⑤씮李덨 | 11100101101001111010100011101011100111011011111111101100101100001000100101000010 | e5a7a8eb9dbfecb08942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)