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 | 10011101110010111001100101010011100101111001010001000010 | 9dcb9953979442 |
EUC-JP | 斃儡濫B | 11011010110011011101000110110100110011011111010001000010 | dacdd1b4cdf442 |
UTF-8 | 斃儡濫B | 11100110100101101000001111100101100001001010000111100110101111111010101101000010 | e69683e584a1e6bfab42 |
UHC | 斃儡濫B | 11111000110010101101011011101101110101011011110101000010 | f8cad6edd5bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)