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 | â} | 11100010011111011001110010001001 | e27d9c89 |
SJIS-WIN | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
EUC-JP | â}?? | 100011111010101110100100011111010011111100111111 | 8faba47d3f3f |
UTF-8 | â} | 11000011101000100111110111000010100111001100001010001001 | c3a27dc29cc289 |
UHC | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)