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 | íù©nB | 111011011111100110001110101010010110111001000010 | edf98ea96e42 |
SJIS-WIN | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
EUC-JP | íù?©nB | 100011111010101110111111100011111010101111100011001111111000111110100010111011010110111001000010 | 8fabbf8fabe33f8fa2ed6e42 |
UTF-8 | íù©nB | 11000011101011011100001110111001110000101000111011000010101010010110111001000010 | c3adc3b9c28ec2a96e42 |
UHC | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)