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 | 100010011110101101111010 | 89eb7a |
| EUC-JP | 雅z | 101100101110110101111010 | b2ed7a |
| UTF-8 | 雅z | 11101001100110111000010101111010 | e99b857a |
| UHC | 雅z | 111001001011101001111010 | e4ba7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)