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 | 001111110011111101111010 | 3f3f7a |
| SJIS-WIN | 咤齏z | 1001101001000010111010001110101101111010 | 9a42e8eb7a |
| EUC-JP | 咤齏z | 1101001110100011111100001110110101111010 | d3a3f0ed7a |
| UTF-8 | 咤齏z | 11100101100100101010010011101001101111011000111101111010 | e592a4e9bd8f7a |
| UHC | 咤?z | 11110110111000110011111101111010 | f6e33f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)