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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貊珠? | 1110011010111011100011101110110000111111 | e6bb8eec3f |
EUC-JP | 貊珠睍 | 11101100101111011011110011101110100011111100111011110100 | ecbdbcee8fcef4 |
UTF-8 | 貊珠睍 | 111010001011001010001010111001111000111110100000111001111001110110001101 | e8b28ae78fa0e79d8d |
UHC | 貊珠睍 | 110110001110011111110001110000011111101011100000 | d8e7f1c1fae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)