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 | 碍??悅 | 100010100101011000111111001111111111101010111101 | 8a563f3ffabd |
| EUC-JP | 碍??? | 1011001110110111001111110011111100111111 | b3b73f3f3f |
| UTF-8 | 碍뉐풃悅 | 111001111010001010001101111010111000100110010000111011011001001010000011111001101000001010000101 | e7a28deb8990ed9283e68285 |
| UHC | 碍뉐풃悅 | 1110010011110100100001111110010110111110100010111110011011101101 | e4f487e5be8be6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)