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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 巍嵬BF | 100110111101100110011011110010100100001001000110 | 9bd99bca4246 |
EUC-JP | 巍嵬BF | 110101101101101111010110110011000100001001000110 | d6dbd6cc4246 |
UTF-8 | 巍嵬BF | 1110010110110111100011011110010110110101101011000100001001000110 | e5b78de5b5ac4246 |
UHC | 巍嵬BF | 111010001110010011101000111000110100001001000110 | e8e4e8e34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)