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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | 紆舌楔a | 11100010111111001001000011100011100111101011011001100001 | e2fc90e39eb661 |
EUC-JP | 紆舌楔a | 11100100111111101100000011100101110111001011100001100001 | e4fec0e5dcb861 |
UTF-8 | 紆舌楔a | 11100111101101001000011011101000100010001000110011100110101001011001010001100001 | e7b486e8888ce6a59461 |
UHC | 紆舌楔a | 11101001111000011110000011011111111000001101101101100001 | e9e1e0dfe0db61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)