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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 敖??O | 1001110111000010001111110011111101001111 | 9dc23f3f4f |
| EUC-JP | 敖??O | 1101101011000100001111110011111101001111 | dac43f3f4f |
| UTF-8 | 敖었틯O | 11100110100101011001011011101100100101111000100011101101100010111010111101001111 | e69596ec9788ed8baf4f |
| UHC | 敖었틯O | 11100111111110011011111011111010101110101001100101001111 | e7f9befaba994f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)