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 | áW~ | 111000010101011101111110 | e1577e |
SJIS-WIN | ?W~ | 001111110101011101111110 | 3f577e |
EUC-JP | áW~ | 1000111110101011101000010101011101111110 | 8faba1577e |
UTF-8 | áW~ | 11000011101000010101011101111110 | c3a1577e |
UHC | ?W~ | 001111110101011101111110 | 3f577e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)