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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 惑筵 | 10011000011001101110001010100101 | 9866e2a5 |
EUC-JP | 惑筵 | 11001111110001111110010010100111 | cfc7e4a7 |
UTF-8 | 惑筵 | 111001101000001110010001111001111010110110110101 | e68391e7adb5 |
UHC | 惑筵 | 11111011111000111110011011011101 | fbe3e6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)