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 | 第嶝??甑 | 1001000111100110100110111101000100111111001111111000110110011001 | 91e69bd13f3f8d99 |
EUC-JP | 第嶝??甑 | 1100001011101000110101101101001100111111001111111011100111111001 | c2e8d6d33f3fb9f9 |
UTF-8 | 第嶝렰렱甑 | 111001111010110010101100111001011011011010011101111010111010000010110000111010111010000010110001111001111001010010010001 | e7acace5b69deba0b0eba0b1e79491 |
UHC | 第嶝렰렱甑 | 11110000101011111101010011110001100011101011110110001110101111101111000111110111 | f0afd4f18ebd8ebef1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)