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 | 111011011001100010100001010111100100000001000010 | ed98a15e4042 |
SJIS-WIN | ???^@B | 001111110011111100111111010111100100000001000010 | 3f3f3f5e4042 |
EUC-JP | í?¡^@B | 10001111101010111011111100111111100011111010001011000010010111100100000001000010 | 8fabbf3f8fa2c25e4042 |
UTF-8 | í¡^@B | 110000111010110111000010100110001100001010100001010111100100000001000010 | c3adc298c2a15e4042 |
UHC | ??¡^@B | 00111111001111111010001010101110010111100100000001000010 | 3f3fa2ae5e4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)