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 | 0011111101111010 | 3f7a |
| SJIS-WIN | 雍z | 111010001011010001111010 | e8b47a |
| EUC-JP | 雍z | 111100001011011001111010 | f0b67a |
| UTF-8 | 雍z | 11101001100110111000110101111010 | e99b8d7a |
| UHC | 雍z | 111010001011110001111010 | e8bc7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)