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 | 秩?彫 | 1001001010000001001111111001001010100100 | 92813f92a4 |
EUC-JP | 秩?彫 | 1100001111100001001111111100010010100110 | c3e13fc4a6 |
UTF-8 | 秩섐彫 | 111001111010011110101001111011001000010010010000111001011011110110101011 | e7a7a9ec8490e5bdab |
UHC | 秩섐彫 | 111100101111000110111100101010111111000011000001 | f2f1bcabf0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)