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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??碩 | 00111111001111111001000011010111 | 3f3f90d7 |
| EUC-JP | ??碩 | 00111111001111111100000011011001 | 3f3fc0d9 |
| UTF-8 | 솰솎碩 | 111011001000011010110000111011001000011010001110111001111010001010101001 | ec86b0ec868ee7a2a9 |
| UHC | 솰솎碩 | 101111001110000010111100110101001110000010110101 | bce0bcd4e0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)