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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 皷鶩i皷鶩iB | 1110101010001001111010100100111001101001111010101000100111101010010011100110100101000010 | ea89ea4e69ea89ea4e6942 |
EUC-JP | 皷鶩i皷鶩iB | 1111001111101001111100111010111101101001111100111110100111110011101011110110100101000010 | f3e9f3af69f3e9f3af6942 |
UTF-8 | 皷鶩i皷鶩iB | 111001111001101010110111111010011011011010101001011010011110011110011010101101111110100110110110101010010110100101000010 | e79ab7e9b6a969e79ab7e9b6a96942 |
UHC | ?鶩i?鶩iB | 001111111101100111010000011010010011111111011001110100000110100101000010 | 3fd9d0693fd9d06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)