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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 嗽?嗽?B | 10011010011101010011111110011010011101010011111101000010 | 9a753f9a753f42 |
EUC-JP | 嗽?嗽?B | 11010011110101100011111111010011110101100011111101000010 | d3d63fd3d63f42 |
UTF-8 | 嗽잏嗽잏B | 11100101100101111011110111101100100111101000111111100101100101111011110111101100100111101000111101000010 | e597bdec9e8fe597bdec9e8f42 |
UHC | 嗽잏嗽잏B | 111000011111010110011111111001111110000111110101100111111110011101000010 | e1f59fe7e1f59fe742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)