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 | '﨧 | 11111010010101101111101111010011 | fa56fbd3 |
EUC-JP | ?? | 0011111100111111 | 3f3f |
UTF-8 | '﨧 | 111011111011110010000111111011111010100010100111 | efbc87efa8a7 |
UHC | '? | 101000111010011100111111 | a3a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)