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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 俯”B | 1001100011101011100000010110100001000010 | 98eb816842 |
EUC-JP | 俯”B | 1101000011101101101000011100100101000010 | d0eda1c942 |
UTF-8 | 俯”B | 11100100101111111010111111100010100000001001110101000010 | e4bfafe2809d42 |
UHC | 俯”B | 1101110011110110101000011011000101000010 | dcf6a1b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)