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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ????靑 | 001111110011111100111111001111111111101111110010 | 3f3f3f3ffbf2 |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 롂렚렺뤑靑 | 111010111010000110000010111010111010000010011010111010111010000010111010111010111010010010010001111010011001110110010001 | eba182eba09aeba0baeba491e99d91 |
| UHC | 롂렚렺뤑靑 | 10001110110010011000111010101101100011101100001010001111110000011111010011101100 | 8ec98ead8ec28fc1f4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)