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 | 貊珠梛 | 111001101011101110001110111011001001111010001011 | e6bb8eec9e8b |
EUC-JP | 貊珠梛 | 111011001011110110111100111011101101101111101011 | ecbdbceedbeb |
UTF-8 | 貊珠梛 | 111010001011001010001010111001111000111110100000111001101010001010011011 | e8b28ae78fa0e6a29b |
UHC | 貊珠? | 1101100011100111111100011100000100111111 | d8e7f1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)