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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 綵⇔旧械羌 | 11100011010111001000000111001100100010111000110010001010010000101110001110110011 | e35c81cc8b8c8a42e3b3 |
EUC-JP | 綵⇔旧械羌 | 11100101101111011010001011001110101101011110110010110011101000111110011010110101 | e5bda2ceb5ecb3a3e6b5 |
UTF-8 | 綵⇔旧械羌 | 111001111011011010110101111000101000011110010100111001101001011110100111111001101010001010110000111001111011111010001100 | e7b6b5e28794e697a7e6a2b0e7be8c |
UHC | 綵⇔?械羌 | 111100111111011110100010101000100011111111001100111111101100101110110110 | f3f7a2a23fccfecbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)