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 | 10111011111101110101111001000110 | bbf75e46 |
SJIS-WIN | ?÷^F | 0011111110000001100000000101111001000110 | 3f81805e46 |
EUC-JP | ?÷^F | 0011111110100001111000000101111001000110 | 3fa1e05e46 |
UTF-8 | »÷^F | 110000101011101111000011101101110101111001000110 | c2bbc3b75e46 |
UHC | ?÷^F | 0011111110100001110000000101111001000110 | 3fa1c05e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)