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 | ???FB | 0011111100111111001111110100011001000010 | 3f3f3f4642 |
SJIS-WIN | 淼夭枕FB | 1111101101000101100110101110111010010110100011010100011001000010 | fb459aee968d4642 |
EUC-JP | 淼夭枕FB | 100011111100011111100110110101001111000011001011111011010100011001000010 | 8fc7e6d4f0cbed4642 |
UTF-8 | 淼夭枕FB | 1110011010110111101111001110010110100100101011011110011010011110100101010100011001000010 | e6b7bce5a4ade69e954642 |
UHC | ?夭枕FB | 00111111111010001110110011110110110101110100011001000010 | 3fe8ecf6d74642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)