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 | 阮翫Ρ驟 | 1110100010010110100010101110001110000011101011111110100110000101 | e8968ae383afe985 |
| EUC-JP | 阮翫Ρ驟 | 1110111111110110101101001110010110100110101100011111000111100101 | eff6b4e5a6b1f1e5 |
| UTF-8 | 阮翫Ρ驟 | 1110100110011000101011101110011110111111101010111100111010100001111010011010100110011111 | e998aee7bfabcea1e9a99f |
| UHC | 阮翫Ρ驟 | 1110100011010110111010001101000110100101110100011111011010101110 | e8d6e8d1a5d1f6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)