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 | 冶??-腋 | 1001011011101000001111110011111110000001011111001110001111111100 | 96e83f3f817ce3fc |
EUC-JP | 冶??−腋 | 1100110011101010001111110011111110100001110111011110011011111110 | ccea3f3fa1dde6fe |
UTF-8 | 冶싋룸-腋 | 111001011000011010110110111011001000101110001011111010111010001110111000111011111011110010001101111010001000010110001011 | e586b6ec8b8beba3b8efbc8de8858b |
UHC | 冶싋룸-腋 | 11100101101001111001101011001110101101111110101110100011101011011110010011111101 | e5a79aceb7eba3ade4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)