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 | ?猥? | 00111111111000001100111000111111 | 3fe0ce3f |
| EUC-JP | ?猥? | 00111111111000001101000000111111 | 3fe0d03f |
| UTF-8 | 롚猥롌 | 111010111010000110011010111001111000110010100101111010111010000110001100 | eba19ae78ca5eba18c |
| UHC | 롚猥롌 | 100011101101111011101000111001011000111011010010 | 8edee8e58ed2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)