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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 骸麝じ拔詭B | 1000101001011011111010100110110010000010101101101001110101010101111001100110101101000010 | 8a5bea6c82b69d55e66b42 |
EUC-JP | 骸麝じ拔詭B | 1011001110111100111100111100110110100100101110001101100110110110111010111100110001000010 | b3bcf3cda4b8d9b6ebcc42 |
UTF-8 | 骸麝じ拔詭B | 11101001101010101011100011101001101110101001110111100011100000011001100011100110100010111001010011101000101010011010110101000010 | e9aab8e9ba9de38198e68b94e8a9ad42 |
UHC | 骸麝じ拔詭B | 1111101010110101110111101111101010101010101110001101101011111011110011111111100001000010 | fab5defaaab8dafbcff842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)