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 | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-WIN | ツ話^F | 1100001010011000011000100101111001000110 | c298625e46 |
EUC-JP | ツ話^F | 100011101100001011001111110000110101111001000110 | 8ec2cfc35e46 |
UTF-8 | ツ話^F | 1110111110111110100000101110100010101001101100010101111001000110 | efbe82e8a9b15e46 |
UHC | ?話^F | 0011111111111100101001010101111001000110 | 3ffca55e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)