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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 獨瑯獪^ | 11100000110101011110000011100101111000001101010001011110 | e0d5e0e5e0d45e |
EUC-JP | 獨瑯獪^ | 11100000110101111110000011100111111000001101011001011110 | e0d7e0e7e0d65e |
UTF-8 | 獨瑯獪^ | 11100111100011011010100011100111100100011010111111100111100011011010101001011110 | e78da8e791afe78daa5e |
UHC | 獨瑯獪^ | 11010100101111001101010111001011111111001110101001011110 | d4bcd5cbfcea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)