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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 巍??]H | 100110111101100100111111001111110101110101001000 | 9bd93f3f5d48 |
EUC-JP | 巍??]H | 110101101101101100111111001111110101110101001000 | d6db3f3f5d48 |
UTF-8 | 巍띾젻]H | 1110010110110111100011011110101110011101101111101110110010100000101110110101110101001000 | e5b78deb9dbeeca0bb5d48 |
UHC | 巍띾젻]H | 1110100011100100100011011110101110100000101011100101110101001000 | e8e48deba0ae5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)