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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鍮?鍮?B | 11101000010010100011111111101000010010100011111101000010 | e84a3fe84a3f42 |
EUC-JP | 鍮?鍮?B | 11101111101010110011111111101111101010110011111101000010 | efab3fefab3f42 |
UTF-8 | 鍮쌏鍮쌏B | 11101001100011011010111011101100100011001000111111101001100011011010111011101100100011001000111101000010 | e98daeec8c8fe98daeec8c8f42 |
UHC | 鍮쌏鍮쌏B | 111010111011100110011010111111101110101110111001100110101111111001000010 | ebb99afeebb99afe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)