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 | ?玲? | 00111111100101111110011000111111 | 3f97e63f |
| EUC-JP | ?玲? | 00111111110011101110100000111111 | 3fcee83f |
| UTF-8 | 륁玲쩇 | 111010111010010110000001111001111000111010110010111011001010100110000111 | eba581e78eb2eca987 |
| UHC | 륁玲쩇 | 100011111110110011010110101111001010010101000001 | 8fecd6bca541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)