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 | 111010100110100110000001010000001110101001101001100000010100000001000010 | ea698140ea69814042 |
EUC-JP | 麒 麒 B | 111100111100101010100001101000011111001111001010101000011010000101000010 | f3caa1a1f3caa1a142 |
UTF-8 | 麒 麒 B | 11101001101110101001001011100011100000001000000011101001101110101001001011100011100000001000000001000010 | e9ba92e38080e9ba92e3808042 |
UHC | 麒 麒 B | 110100011100101110100001101000011101000111001011101000011010000101000010 | d1cba1a1d1cba1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)