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 | 鞦鞦^ | 111100101010011111101000111000011111001010100111111010001110000101011110 | f2a7e8e1f2a7e8e15e |
EUC-JP | ?鞦?鞦^ | 00111111111100001110001100111111111100001110001101011110 | 3ff0e33ff0e35e |
UTF-8 | 鞦鞦^ | 11101110100001111001111011101001100111101010011011101110100001111001111011101001100111101010011001011110 | ee879ee99ea6ee879ee99ea65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)