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 | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | 臟??帳?A | 1110010001100110001111110011111110010010101000000011111101000001 | e4663f3f92a03f41 |
| EUC-JP | 臟??帳?A | 1110011111000111001111110011111111000100101000100011111101000001 | e7c73f3fc4a23f41 |
| UTF-8 | 臟뚲궙帳텯A | 11101000100001111001111111101011100110101011001011101010101101101001100111100101101110001011001111101101100001011010111101000001 | e8879feb9ab2eab699e5b8b3ed85af41 |
| UHC | 臟뚲궙帳텯A | 1110110111110100100011001110111010000010101011101110110111100011101101110100001001000001 | edf48cee82aeede3b74241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)