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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | 敖??梧??F | 100111011100001000111111001111111000110011100110001111110011111101000110 | 9dc23f3f8ce63f3f46 |
| EUC-JP | 敖??梧??F | 110110101100010000111111001111111011100011101000001111110011111101000110 | dac43f3fb8e83f3f46 |
| UTF-8 | 敖쏉쉿梧놂숴F | 11100110100101011001011011101100100011111000100111101100100010011011111111100110101000101010011111101011100001101000001011101100100010001011010001000110 | e69596ec8f89ec89bfe6a2a7eb8682ec88b446 |
| UHC | 敖쏉쉿梧놂숴F | 11100111111110011001101111101111101111011011001011100111111111001011001111101111101111011010010001000110 | e7f99befbdb2e7fcb3efbda446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)