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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 遵? | 100011111000010100111111 | 8f853f |
| EUC-JP | 遵? | 101111011110010100111111 | bde53f |
| UTF-8 | 遵렩 | 111010011000000110110101111010111010000010101001 | e981b5eba0a9 |
| UHC | 遵렩 | 11110001111001011000111010110111 | f1e58eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)