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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 僚녹옓栒됬 | 111011111010011010111011111010111000010110111001111011001001100010010011111001101010000010010010111010111001000010101100 | efa6bbeb85b9ec9893e6a092eb90ac |
| UHC | 僚녹옓栒됬 | 11101000111010001011001111101100100111101001100111100010111000111000100111100111 | e8e8b3ec9e99e2e389e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)