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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 摯??? | 1001110110010101001111110011111100111111 | 9d953f3f3f |
| EUC-JP | 摯??? | 1101100111110101001111110011111100111111 | d9f53f3f3f |
| UTF-8 | 摯흗렧편 | 111001101001000110101111111011011001110110010111111010111010000010100111111011011000111010111000 | e691afed9d97eba0a7ed8eb8 |
| UHC | 摯흗렧편 | 1111001010100111110010001110100110001110101101101100011011101101 | f2a7c8e98eb6c6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)