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 | 廏顴廏顴^ | 100110111111110011101001010000011001101111111100111010010100000101011110 | 9bfce9419bfce9415e |
EUC-JP | 廏顴廏顴^ | 110101101111111011110001101000101101011011111110111100011010001001011110 | d6fef1a2d6fef1a25e |
UTF-8 | 廏顴廏顴^ | 11100101101110111000111111101001101000011011010011100101101110111000111111101001101000011011010001011110 | e5bb8fe9a1b4e5bb8fe9a1b45e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)