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 | ¡ñ¢Ìl | 1010000111110001101000101100110001101100 | a1f1a2cc6c |
SJIS-WIN | ??¢?l | 001111110011111110000001100100010011111101101100 | 3f3f81913f6c |
EUC-JP | ¡ñ¢Ìl | 100011111010001011000010100011111010101111010000101000011111000110001111101010101100000001101100 | 8fa2c28fabd0a1f18faac06c |
UTF-8 | ¡ñ¢Ìl | 110000101010000111000011101100011100001010100010110000111000110001101100 | c2a1c3b1c2a2c38c6c |
UHC | ¡???l | 101000101010111000111111001111110011111101101100 | a2ae3f3f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)