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 | ?幼?懶 | 001111111001011101100011001111111001110011101111 | 3f97633f9cef |
| EUC-JP | ?幼?懶 | 001111111100110111000100001111111101100011110001 | 3fcdc43fd8f1 |
| UTF-8 | 뤯幼쭖懶 | 111010111010010010101111111001011011100110111100111011001010110110010110111001101000011110110110 | eba4afe5b9bcecad96e687b6 |
| UHC | 뤯幼쭖懶 | 1000111111011101111010101110101010100111100011101101010011111011 | 8fddeaeaa78ed4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)