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 | 薀羣薀羣^ | 111001010100010011100011101110001110010101000100111000111011100001011110 | e544e3b8e544e3b85e |
EUC-JP | 薀羣薀羣^ | 111010011010010111100110101110101110100110100101111001101011101001011110 | e9a5e6bae9a5e6ba5e |
UTF-8 | 薀羣薀羣^ | 11101000100101101000000011100111101111101010001111101000100101101000000011100111101111101010001101011110 | e89680e7bea3e89680e7bea35e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)