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 | íªE~B | 111011011001100010101010010001010111111001000010 | ed98aa457e42 |
SJIS-WIN | ???E~B | 001111110011111100111111010001010111111001000010 | 3f3f3f457e42 |
EUC-JP | í?ªE~B | 10001111101010111011111100111111100011111010001011101100010001010111111001000010 | 8fabbf3f8fa2ec457e42 |
UTF-8 | íªE~B | 110000111010110111000010100110001100001010101010010001010111111001000010 | c3adc298c2aa457e42 |
UHC | ??ªE~B | 00111111001111111010100010100011010001010111111001000010 | 3f3fa8a3457e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)