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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 姚??岳?^ | 1001101101001100001111110011111110001010011110000011111101011110 | 9b4c3f3f8a783f5e |
EUC-JP | 姚??岳?^ | 1101010110101101001111110011111110110011110110010011111101011110 | d5ad3f3fb3d93f5e |
UTF-8 | 姚붷솳岳췤^ | 11100101101001111001101011101011101101101011011111101100100001101011001111100101101100101011001111101100101101111010010001011110 | e5a79aebb6b7ec86b3e5b2b3ecb7a45e |
UHC | 姚붷솳岳췤^ | 1110100011101110100101001110010110011001101010001110010010111111101011100110001101011110 | e8ee94e599a8e4bfae635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)