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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 齊?劣B | 111010101000111000111111100101111111001001000010 | ea8e3f97f242 |
EUC-JP | 齊?劣B | 111100111110111000111111110011101111010001000010 | f3ee3fcef442 |
UTF-8 | 齊꿱劣B | 11101001101111011000101011101010101111111011000111100101100010101010001101000010 | e9bd8aeabfb1e58aa342 |
UHC | 齊꿱劣B | 11110000101110101011001011101000110101101010101101000010 | f0bab2e8d6ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)