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 | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
| SJIS-WIN | 游??z | 1001111111100000001111110011111101111010 | 9fe03f3f7a |
| EUC-JP | 游??z | 1101111011100010001111110011111101111010 | dee23f3f7a |
| UTF-8 | 游쮸ㄿz | 11100110101110001011100011101100101011101011100011100011100001001011111101111010 | e6b8b8ecaeb8e384bf7a |
| UHC | 游쮸ㄿz | 11101010111111011100001011101001101001001010111101111010 | eafdc2e9a4af7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)