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 | 章?媛? | 100011111100110100111111100101010101000100111111 | 8fcd3f95513f |
| EUC-JP | 章?媛? | 101111101100111100111111110010011011001000111111 | becf3fc9b23f |
| UTF-8 | 章렎媛렎 | 111001111010101110100000111010111010000010001110111001011010101010011011111010111010000010001110 | e7aba0eba08ee5aa9beba08e |
| UHC | 章렎媛렎 | 1110110111110001100011101010010011101010101100001000111010100100 | edf18ea4eab08ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)