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 | «¡¢ù^ | 100011111010101110100001101000101111100101011110 | 8faba1a2f95e |
SJIS-WIN | ???¢?^ | 00111111001111110011111110000001100100010011111101011110 | 3f3f3f81913f5e |
EUC-JP | ??¡¢ù^ | 0011111100111111100011111010001011000010101000011111000110001111101010111110001101011110 | 3f3f8fa2c2a1f18fabe35e |
UTF-8 | «¡¢ù^ | 1100001010001111110000101010101111000010101000011100001010100010110000111011100101011110 | c28fc2abc2a1c2a2c3b95e |
UHC | ??¡??^ | 00111111001111111010001010101110001111110011111101011110 | 3f3fa2ae3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)