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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| EUC-JP | 塡???A | 10001111101110001011010000111111001111110011111101000001 | 8fb8b43f3f3f41 |
| UTF-8 | 塡비렰렕A | 11100101101000011010000111101011101110011000010011101011101000001011000011101011101000001001010101000001 | e5a1a1ebb984eba0b0eba09541 |
| UHC | 塡비렰렕A | 111011101111001110111010111100011000111010111101100011101010101001000001 | eef3baf18ebd8eaa41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)