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 | 0011111100111111001111110110000001000010 | 3f3f3f6042 |
SJIS-WIN | 臾щП`B | 1110010001101011100001001000101110000100010100000110000001000010 | e46b848b84506042 |
EUC-JP | 臾щП`B | 1110011111001100101001111110101110100111101100010110000001000010 | e7cca7eba7b16042 |
UTF-8 | 臾щП`B | 111010001000011110111110110100011000100111010000100111110110000001000010 | e887bed189d09f6042 |
UHC | 臾щП`B | 1110101110101100101011001110101110101100101100010110000001000010 | ebacacebacb16042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)