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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ┴:] | 1000010010101000100000010100011001011101 | 84a881465d |
EUC-JP | ┴:] | 1010100010101010101000011010011101011101 | a8aaa1a75d |
UTF-8 | ┴:] | 11100010100101001011010011101111101111001001101001011101 | e294b4efbc9a5d |
UHC | ┴:] | 1010011010101010101000111011101001011101 | a6aaa3ba5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)