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 | 11100010010111100101111001000110 | e25e5e46 |
SJIS-WIN | ?^^F | 00111111010111100101111001000110 | 3f5e5e46 |
EUC-JP | â^^F | 100011111010101110100100010111100101111001000110 | 8faba45e5e46 |
UTF-8 | â^^F | 1100001110100010010111100101111001000110 | c3a25e5e46 |
UHC | ?^^F | 00111111010111100101111001000110 | 3f5e5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)