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 | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | ツ蘇c^ | 1100001010010001011010000110001101011110 | c29168635e |
EUC-JP | ツ蘇c^ | 100011101100001011000001110010010110001101011110 | 8ec2c1c9635e |
UTF-8 | ツ蘇c^ | 1110111110111110100000101110100010011000100001110110001101011110 | efbe82e89887635e |
UHC | ?蘇c^ | 0011111111100001110011000110001101011110 | 3fe1cc635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)