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 | 聽常 | 11100011111000111000111111101101 | e3e38fed |
| EUC-JP | 聽常 | 11100110111001011011111011101111 | e6e5beef |
| UTF-8 | 聽常 | 111010001000000110111101111001011011100010111000 | e881bde5b8b8 |
| UHC | 聽常 | 11110100111010011101111111001000 | f4e9dfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)