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 | ¢Ìª | 10100010110011001000111110101010 | a2cc8faa |
SJIS-WIN | ¢??? | 1000000110010001001111110011111100111111 | 81913f3f3f |
EUC-JP | ¢Ì?ª | 101000011111000110001111101010101100000000111111100011111010001011101100 | a1f18faac03f8fa2ec |
UTF-8 | ¢Ìª | 1100001010100010110000111000110011000010100011111100001010101010 | c2a2c38cc28fc2aa |
UHC | ???ª | 0011111100111111001111111010100010100011 | 3f3f3fa8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)