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 | 寃訥?培^ | 1001101110000011111001100110001100111111100101000111110001011110 | 9b83e6633f947c5e |
EUC-JP | 寃訥?培^ | 1101010111100011111010111100010000111111110001111101110101011110 | d5e3ebc43fc7dd5e |
UTF-8 | 寃訥렰培^ | 11100101101011111000001111101000101010001010010111101011101000001011000011100101100111111011100101011110 | e5af83e8a8a5eba0b0e59fb95e |
UHC | 寃訥렰培^ | 111010101011001011010010111011011000111010111101110110111100011001011110 | eab2d2ed8ebddbc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)