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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
| SJIS-WIN | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
| EUC-JP | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
| UTF-8 | 쒔렠쒀렡U | 11101100100100101001010011101011101000001010000011101100100100101000000011101011101000001010000101010101 | ec9294eba0a0ec9280eba0a155 |
| UHC | 쒔렠쒀렡U | 101111101010110110001110101100011011111010101100100011101011001001010101 | bead8eb1beac8eb255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)