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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 姚????B | 10011011010011000011111100111111001111110011111101000010 | 9b4c3f3f3f3f42 |
EUC-JP | 姚????B | 11010101101011010011111100111111001111110011111101000010 | d5ad3f3f3f3f42 |
UTF-8 | 姚붷만隸욪B | 11100101101001111001101011101011101101101011011111101011101001111000110011101111101001101011100011101100100110101010101001000010 | e5a79aebb6b7eba78cefa6b8ec9aaa42 |
UHC | 姚붷만隸욪B | 1110100011101110100101001110010110111000101110001110011111100110100111110100001001000010 | e8ee94e5b8b8e7e69f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)