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 | 100100101111100000111111001111110011111101000001 | 92f83f3f3f41 |
| EUC-JP | 艇???A | 110001001111101000111111001111110011111101000001 | c4fa3f3f3f41 |
| UTF-8 | 艇비렰렕A | 11101000100010011000011111101011101110011000010011101011101000001011000011101011101000001001010101000001 | e88987ebb984eba0b0eba09541 |
| UHC | 艇비렰렕A | 111011111111001110111010111100011000111010111101100011101010101001000001 | eff3baf18ebd8eaa41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)