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 | ý¡B | 111111011010000101000010 | fda142 |
SJIS-WIN | ??B | 001111110011111101000010 | 3f3f42 |
EUC-JP | ý¡B | 10001111101010111111001010001111101000101100001001000010 | 8fabf28fa2c242 |
UTF-8 | ý¡B | 1100001110111101110000101010000101000010 | c3bdc2a142 |
UHC | ?¡B | 00111111101000101010111001000010 | 3fa2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)