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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??六 | 00111111001111111001100001011010 | 3f3f985a |
| EUC-JP | ??六 | 00111111001111111100111110111011 | 3f3fcfbb |
| UTF-8 | 렻씽六 | 111010111010000010111011111011001001010010111101111001011000010110101101 | eba0bbec94bde585ad |
| UHC | 렻씽六 | 100011101100001110111110110001011101011110111111 | 8ec3bec5d7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)