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 | ????e | 0011111100111111001111110011111101100101 | 3f3f3f3f65 |
| SJIS-WIN | 澱???e | 100100110110001000111111001111110011111101100101 | 93623f3f3f65 |
| EUC-JP | 澱???e | 110001011100001100111111001111110011111101100101 | c5c33f3f3f65 |
| UTF-8 | 澱ㆁ렰렕e | 11100110101111101011000111100011100001101000000111101011101000001011000011101011101000001001010101100101 | e6beb1e38681eba0b0eba09565 |
| UHC | 澱ㆁ렰렕e | 111011101111111010100100111100011000111010111101100011101010101001100101 | eefea4f18ebd8eaa65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)