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 | ?男? | 00111111100100100110101000111111 | 3f926a3f |
| EUC-JP | ?男? | 00111111110000111100101100111111 | 3fc3cb3f |
| UTF-8 | 룶男룶 | 111010111010001110110110111001111001010010110111111010111010001110110110 | eba3b6e794b7eba3b6 |
| UHC | 룶男룶 | 100011111010101111010001111110111000111110101011 | 8fabd1fb8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)