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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 巐ェ蝙 | 1111101010110110101010101110010110011110 | fab6aae59e |
EUC-JP | 巐ェ蝙 | 10001111101110111111100110001110101010101110100111111110 | 8fbbf98eaae9fe |
UTF-8 | 巐ェ蝙 | 111001011011011110010000111011111011110110101010111010001001110110011001 | e5b790efbdaae89d99 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)