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 | 徇衙 | 10011100011011011110010111001001 | 9c6de5c9 |
EUC-JP | 徇衙 | 11010111110011101110101011001011 | d7ceeacb |
UTF-8 | 徇衙 | 111001011011111010000111111010001010000110011001 | e5be87e8a199 |
UHC | 徇衙 | 11100010110111111110010010110111 | e2dfe4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)