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 | 簇???第 | 11100010110001100011111100111111001111111001000111100110 | e2c63f3f3f91e6 |
EUC-JP | 簇???第 | 11100100110010000011111100111111001111111100001011101000 | e4c83f3f3fc2e8 |
UTF-8 | 簇폈렰렍第 | 111001111011000010000111111011011000111110001000111010111010000010110000111010111010000010001101111001111010110010101100 | e7b087ed8f88eba0b0eba08de7acac |
UHC | 簇폈렰렍第 | 11110000111010101100011011110001100011101011110110001110101000111111000010101111 | f0eac6f18ebd8ea3f0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)