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 | ?松? | 00111111100011111011110000111111 | 3f8fbc3f |
| EUC-JP | ?松? | 00111111101111101011111000111111 | 3fbebe3f |
| UTF-8 | 횗松믦 | 111011011001101010010111111001101001110110111110111010111010111110100110 | ed9a97e69dbeebafa6 |
| UHC | 횗松믦 | 110000111001000111100001111001101001001011101000 | c391e1e692e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)