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 | 100010001101100100111111011010011000100011011001001111110110100101000010 | 88d93f6988d93f6942 |
EUC-JP | 異?i異?iB | 101100001101101100111111011010011011000011011011001111110110100101000010 | b0db3f69b0db3f6942 |
UTF-8 | 異렔i異렔iB | 111001111001010110110000111010111010000010010100011010011110011110010101101100001110101110100000100101000110100101000010 | e795b0eba09469e795b0eba0946942 |
UHC | 異렔i異렔iB | 1110110010110110100011101010100101101001111011001011011010001110101010010110100101000010 | ecb68ea969ecb68ea96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)