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 | Í°eÓ£q | 110011011011000001100101110100111010001101110001 | cdb065d3a371 |
SJIS-WIN | ?°e?£q | 0011111110000001100010110110010100111111100000011001001001110001 | 3f818b653f819271 |
EUC-JP | Í°eÓ£q | 100011111010101010111111101000011110101101100101100011111010101011010001101000011111001001110001 | 8faabfa1eb658faad1a1f271 |
UTF-8 | Í°eÓ£q | 11000011100011011100001010110000011001011100001110010011110000101010001101110001 | c38dc2b065c393c2a371 |
UHC | ?°e??q | 00111111101000011100011001100101001111110011111101110001 | 3fa1c6653f3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)