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 | «¿¢ù\ | 100011111010101110111111101000101111100101011100 | 8fabbfa2f95c |
SJIS-WIN | ???¢?\ | 00111111001111110011111110000001100100010011111101011100 | 3f3f3f81913f5c |
EUC-JP | ??¿¢ù\ | 0011111100111111100011111010001011000100101000011111000110001111101010111110001101011100 | 3f3f8fa2c4a1f18fabe35c |
UTF-8 | «¿¢ù\ | 1100001010001111110000101010101111000010101111111100001010100010110000111011100101011100 | c28fc2abc2bfc2a2c3b95c |
UHC | ??¿??\ | 00111111001111111010001010101111001111110011111101011100 | 3f3fa2af3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)