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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 姚???^ | 100110110100110000111111001111110011111101011110 | 9b4c3f3f3f5e |
EUC-JP | 姚???^ | 110101011010110100111111001111110011111101011110 | d5ad3f3f3f5e |
UTF-8 | 姚붡띶풏^ | 11100101101001111001101011101011101101101010000111101011100111011011011011101101100100101000111101011110 | e5a79aebb6a1eb9db6ed928f5e |
UHC | 姚붡띶풏^ | 111010001110111010010100110100011000110111100101101111101001001101011110 | e8ee94d18de5be935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)