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 | 衒廠 | 11100101110010001000111110110001 | e5c88fb1 |
EUC-JP | 衒廠 | 11101010110010101011111010110011 | eacabeb3 |
UTF-8 | 衒廠 | 111010001010000110010010111001011011101110100000 | e8a192e5bba0 |
UHC | 衒廠 | 11111010111001011111001111011111 | fae5f3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)