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 | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 巍??BF | 100110111101100100111111001111110100001001000110 | 9bd93f3f4246 |
EUC-JP | 巍??BF | 110101101101101100111111001111110100001001000110 | d6db3f3f4246 |
UTF-8 | 巍띯닠BF | 1110010110110111100011011110101110011101101011111110101110001011101000000100001001000110 | e5b78deb9dafeb8ba04246 |
UHC | 巍띯닠BF | 1110100011100100100011011110001010001000101000000100001001000110 | e8e48de288a04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)