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 | 蝮ヲ譌ヲ^ | 11100101100111011010011011100110100101111010011001011110 | e59da6e697a65e |
EUC-JP | 蝮ヲ譌ヲ^ | 111010011111110110001110101001101110101111110111100011101010011001011110 | e9fd8ea6ebf78ea65e |
UTF-8 | 蝮ヲ譌ヲ^ | 11101000100111011010111011101111101111011010011011101000101011011000110011101111101111011010011001011110 | e89daeefbda6e8ad8cefbda65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)