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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 秩?陳?彫 | 1001001010000001001111111001001011000010001111111001001010100100 | 92813f92c23f92a4 |
EUC-JP | 秩?陳?彫 | 1100001111100001001111111100010011000100001111111100010010100110 | c3e13fc4c43fc4a6 |
UTF-8 | 秩섐陳섯彫 | 111001111010011110101001111011001000010010010000111010011001100110110011111011001000010010101111111001011011110110101011 | e7a7a9ec8490e999b3ec84afe5bdab |
UHC | 秩섐陳섯彫 | 11110010111100011011110010101011111100101110011110111100101110001111000011000001 | f2f1bcabf2e7bcb8f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)