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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 勃辯 | 10010110011101011110011110000111 | 9675e787 |
EUC-JP | 勃辯 | 11001011110101101110110111100111 | cbd6ede7 |
UTF-8 | 勃辯 | 111001011000101110000011111010001011111010101111 | e58b83e8beaf |
UHC | 勃辯 | 11011010111110101101110010101010 | dafadcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)