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 | ^à | 10011110010111101110000010010101 | 9e5ee095 |
SJIS-WIN | ?^?? | 00111111010111100011111100111111 | 3f5e3f3f |
EUC-JP | ?^à? | 001111110101111010001111101010111010001000111111 | 3f5e8faba23f |
UTF-8 | ^à | 11000010100111100101111011000011101000001100001010010101 | c29e5ec3a0c295 |
UHC | ?^?? | 00111111010111100011111100111111 | 3f5e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)