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 | àØIoBF | 111000001101100001001001011011110100001001000110 | e0d8496f4246 |
SJIS-WIN | ??IoBF | 001111110011111101001001011011110100001001000110 | 3f3f496f4246 |
EUC-JP | àØIoBF | 10001111101010111010001010001111101010011010110001001001011011110100001001000110 | 8faba28fa9ac496f4246 |
UTF-8 | àØIoBF | 1100001110100000110000111001100001001001011011110100001001000110 | c3a0c398496f4246 |
UHC | ?ØIoBF | 00111111101010001010101001001001011011110100001001000110 | 3fa8aa496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)