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 | 驥汽驥汽^ | 111010011000011110001011010001001110100110000111100010110100010001011110 | e9878b44e9878b445e |
EUC-JP | 驥汽驥汽^ | 111100011110011110110101101001011111000111100111101101011010010101011110 | f1e7b5a5f1e7b5a55e |
UTF-8 | 驥汽驥汽^ | 11101001101010011010010111100110101100011011110111101001101010011010010111100110101100011011110101011110 | e9a9a5e6b1bde9a9a5e6b1bd5e |
UHC | 驥汽驥汽^ | 110100011100101011010001101010011101000111001010110100011010100101011110 | d1cad1a9d1cad1a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)