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 | 111001011011000010100100011010011110010110110000101001000110100101000010 | e5b0a469e5b0a46942 |
EUC-JP | 蟆、i蟆、iB | 1110101010110010100011101010010001101001111010101011001010001110101001000110100101000010 | eab28ea469eab28ea46942 |
UTF-8 | 蟆、i蟆、iB | 111010001001111110000110111011111011110110100100011010011110100010011111100001101110111110111101101001000110100101000010 | e89f86efbda469e89f86efbda46942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)