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 | 敖??倭? | 10011101110000100011111100111111100110000110000000111111 | 9dc23f3f98603f |
| EUC-JP | 敖??倭? | 11011010110001000011111100111111110011111100000100111111 | dac43f3fcfc13f |
| UTF-8 | 敖쏉쉿倭롳 | 111001101001010110010110111011001000111110001001111011001000100110111111111001011000000010101101111010111010000110110011 | e69596ec8f89ec89bfe580adeba1b3 |
| UHC | 敖쏉쉿倭롳 | 11100111111110011001101111101111101111011011001011101000110111101000111011101111 | e7f99befbdb2e8de8eef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)