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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | ツ倭oBF | 110000101001100001100000011011110100001001000110 | c298606f4246 |
EUC-JP | ツ倭oBF | 10001110110000101100111111000001011011110100001001000110 | 8ec2cfc16f4246 |
UTF-8 | ツ倭oBF | 111011111011111010000010111001011000000010101101011011110100001001000110 | efbe82e580ad6f4246 |
UHC | ?倭oBF | 001111111110100011011110011011110100001001000110 | 3fe8de6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)