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 | 冶?┘?? | 10010110111010000011111110000100101000110011111100111111 | 96e83f84a33f3f |
EUC-JP | 冶?┘沅? | 110011001110101000111111101010001010010110001111110001101110100100111111 | ccea3fa8a58fc6e93f |
UTF-8 | 冶뗫┘沅쪯 | 111001011000011010110110111010111001011110101011111000101001010010011000111001101011001010000101111011001010101010101111 | e586b6eb97abe29498e6b285ecaaaf |
UHC | 冶뗫┘沅쪯 | 11100101101001111000101111101011101001101010010111101010101101101010011001001000 | e5a78beba6a5eab6a648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)