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 | 蕷羣蕷羣^ | 111001010101000011100011101110001110010101010000111000111011100001011110 | e550e3b8e550e3b85e |
EUC-JP | 蕷羣蕷羣^ | 111010011011000111100110101110101110100110110001111001101011101001011110 | e9b1e6bae9b1e6ba5e |
UTF-8 | 蕷羣蕷羣^ | 11101000100101011011011111100111101111101010001111101000100101011011011111100111101111101010001101011110 | e895b7e7bea3e895b7e7bea35e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)