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 | 船?船?^ | 10010001010001000011111110010001010001000011111101011110 | 91443f91443f5e |
EUC-JP | 船?船?^ | 11000001101001010011111111000001101001010011111101011110 | c1a53fc1a53f5e |
UTF-8 | 船둥船둥^ | 11101000100010001011100111101011100100011010010111101000100010001011100111101011100100011010010101011110 | e888b9eb91a5e888b9eb91a55e |
UHC | 船둥船둥^ | 111000001100111110110101110101011110000011001111101101011101010101011110 | e0cfb5d5e0cfb5d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)