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 | 塵? | 100100000110111100111111 | 906f3f |
EUC-JP | 塵? | 101111111101000000111111 | bfd03f |
UTF-8 | 塵뤚 | 111001011010000110110101111010111010010010011010 | e5a1b5eba49a |
UHC | 塵뤚 | 11110010110010001000111111001001 | f2c88fc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)