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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 姐?億???^ | 100010001011011100111111100010011010110100111111001111110011111101011110 | 88b73f89ad3f3f3f5e |
| EUC-JP | 姐?億???^ | 101100001011100100111111101100101010111100111111001111110011111101011110 | b0b93fb2af3f3f3f5e |
| UTF-8 | 姐렫億고렡렦^ | 11100101101001111001000011101011101000001010101111100101100001001000010011101010101100111010000011101011101000001010000111101011101000001010011001011110 | e5a790eba0abe58484eab3a0eba0a1eba0a65e |
| UHC | 姐렫億고렡렦^ | 11101110101110111000111010111001111001011110001010110000111011011000111010110010100011101011010101011110 | eebb8eb9e5e2b0ed8eb28eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)