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 | 1110010001001101111010011110111001101001111001000100110111101001111011100110100101000010 | e44de9ee69e44de9ee6942 |
| EUC-JP | 膊鴃i膊鴃iB | 1110011110101110111100101111000001101001111001111010111011110010111100000110100101000010 | e7aef2f069e7aef2f06942 |
| UTF-8 | 膊鴃i膊鴃iB | 111010001000011010001010111010011011010010000011011010011110100010000110100010101110100110110100100000110110100101000010 | e8868ae9b48369e8868ae9b4836942 |
| UHC | 膊?i膊?iB | 110110101101101100111111011010011101101011011011001111110110100101000010 | dadb3f69dadb3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)