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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ???滓??? | 0011111100111111001111111001111111100110001111110011111100111111 | 3f3f3f9fe63f3f3f |
| EUC-JP | ???滓??? | 0011111100111111001111111101111011101000001111110011111100111111 | 3f3f3fdee83f3f3f |
| UTF-8 | 렔렍렋滓렍렋粒 | 111010111010000010010100111010111010000010001101111010111010000010001011111001101011101110010011111010111010000010001101111010111010000010001011111011111010011110111001 | eba094eba08deba08be6bb93eba08deba08befa7b9 |
| UHC | 렔렍렋滓렍렋粒 | 1000111010101001100011101010001110001110101000101110111010101011100011101010001110001110101000101110110110100011 | 8ea98ea38ea2eeab8ea38ea2eda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)