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 | íù©}G | 111011011111100110001110101010010111110101000111 | edf98ea97d47 |
SJIS-WIN | ????}G | 001111110011111100111111001111110111110101000111 | 3f3f3f3f7d47 |
EUC-JP | íù?©}G | 100011111010101110111111100011111010101111100011001111111000111110100010111011010111110101000111 | 8fabbf8fabe33f8fa2ed7d47 |
UTF-8 | íù©}G | 11000011101011011100001110111001110000101000111011000010101010010111110101000111 | c3adc3b9c28ec2a97d47 |
UHC | ????}G | 001111110011111100111111001111110111110101000111 | 3f3f3f3f7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)