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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?琿?懶 | 001111111110000011101011001111111001110011101111 | 3fe0eb3f9cef |
| EUC-JP | ?琿?懶 | 001111111110000011101101001111111101100011110001 | 3fe0ed3fd8f1 |
| UTF-8 | 뤿琿쭖懶 | 111010111010010010111111111001111001000010111111111011001010110110010110111001101000011110110110 | eba4bfe790bfecad96e687b6 |
| UHC | 뤿琿쭖懶 | 1000111111101011111110111110101010100111100011101101010011111011 | 8febfbeaa78ed4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)