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 | ???eB | 0011111100111111001111110110010101000010 | 3f3f3f6542 |
SJIS-WIN | 淼夭枕eB | 1111101101000101100110101110111010010110100011010110010101000010 | fb459aee968d6542 |
EUC-JP | 淼夭枕eB | 100011111100011111100110110101001111000011001011111011010110010101000010 | 8fc7e6d4f0cbed6542 |
UTF-8 | 淼夭枕eB | 1110011010110111101111001110010110100100101011011110011010011110100101010110010101000010 | e6b7bce5a4ade69e956542 |
UHC | ?夭枕eB | 00111111111010001110110011110110110101110110010101000010 | 3fe8ecf6d76542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)