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 | í÷º^F | 111011011111011110001110101110100101111001000110 | edf78eba5e46 |
SJIS-WIN | ?÷??^F | 00111111100000011000000000111111001111110101111001000110 | 3f81803f3f5e46 |
EUC-JP | í÷?º^F | 1000111110101011101111111010000111100000001111111000111110100010111010110101111001000110 | 8fabbfa1e03f8fa2eb5e46 |
UTF-8 | í÷º^F | 11000011101011011100001110110111110000101000111011000010101110100101111001000110 | c3adc3b7c28ec2ba5e46 |
UHC | ?÷?º^F | 0011111110100001110000000011111110101000101011000101111001000110 | 3fa1c03fa8ac5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)