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 | 瓮滔瓮滔^ | 111000010100010010011111111010111110000101000100100111111110101101011110 | e1449febe1449feb5e |
EUC-JP | 瓮滔瓮滔^ | 111000011010010111011110111011011110000110100101110111101110110101011110 | e1a5deede1a5deed5e |
UTF-8 | 瓮滔瓮滔^ | 11100111100100111010111011100110101110111001010011100111100100111010111011100110101110111001010001011110 | e793aee6bb94e793aee6bb945e |
UHC | 瓮滔瓮滔^ | 111010001011011111010100101001011110100010110111110101001010010101011110 | e8b7d4a5e8b7d4a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)