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 | 111001011011011110111101011010011110010110110111101111010110100101000010 | e5b7bd69e5b7bd6942 |
| EUC-JP | 蟾スi蟾スiB | 1110101010111001100011101011110101101001111010101011100110001110101111010110100101000010 | eab98ebd69eab98ebd6942 |
| UTF-8 | 蟾スi蟾スiB | 111010001001111110111110111011111011110110111101011010011110100010011111101111101110111110111101101111010110100101000010 | e89fbeefbdbd69e89fbeefbdbd6942 |
| UHC | 蟾?i蟾?iB | 111000001110101000111111011010011110000011101010001111110110100101000010 | e0ea3f69e0ea3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)