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 | ù? | 1111100100111111 | f93f |
SJIS-WIN | ?ァ | 001111111000001101000000 | 3f8340 |
EUC-JP | ùァ | 1000111110101011111000111010010110100001 | 8fabe3a5a1 |
UTF-8 | ùァ | 1100001110111001111000111000001010100001 | c3b9e382a1 |
UHC | ?ァ | 001111111010101110100001 | 3faba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)