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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 消消^ | 100011111100000111110010111110111000111111000001111100101111101101011110 | 8fc1f2fb8fc1f2fb5e |
EUC-JP | 消?消?^ | 10111110110000110011111110111110110000110011111101011110 | bec33fbec33f5e |
UTF-8 | 消消^ | 11100110101101101000100011101110100010001011001011100110101101101000100011101110100010001011001001011110 | e6b688ee88b2e6b688ee88b25e |
UHC | 消?消?^ | 11100001101111000011111111100001101111000011111101011110 | e1bc3fe1bc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)