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 | 100101110110010000111111011010011001011101100100001111110110100101000010 | 97643f6997643f6942 |
EUC-JP | 妖?i妖?iB | 110011011100010100111111011010011100110111000101001111110110100101000010 | cdc53f69cdc53f6942 |
UTF-8 | 妖렓i妖렓iB | 111001011010011010010110111010111010000010010011011010011110010110100110100101101110101110100000100100110110100101000010 | e5a696eba09369e5a696eba0936942 |
UHC | 妖렓i妖렓iB | 1110100011101101100011101010100001101001111010001110110110001110101010000110100101000010 | e8ed8ea869e8ed8ea86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)