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 | 垣?垣?^ | 10001010010111110011111110001010010111110011111101011110 | 8a5f3f8a5f3f5e |
EUC-JP | 垣?垣?^ | 10110011110000000011111110110011110000000011111101011110 | b3c03fb3c03f5e |
UTF-8 | 垣렦垣렦^ | 11100101100111101010001111101011101000001010011011100101100111101010001111101011101000001010011001011110 | e59ea3eba0a6e59ea3eba0a65e |
UHC | 垣렦垣렦^ | 111010101010111110001110101101011110101010101111100011101011010101011110 | eaaf8eb5eaaf8eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)