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 | ??o??o^ | 00111111001111110110111100111111001111110110111101011110 | 3f3f6f3f3f6f5e |
SJIS-WIN | ??o??o^ | 00111111001111110110111100111111001111110110111101011110 | 3f3f6f3f3f6f5e |
EUC-JP | ??o??o^ | 00111111001111110110111100111111001111110110111101011110 | 3f3f6f3f3f6f5e |
UTF-8 | 鮜ۗo鮜ۗo^ | 11101001101011101001110011011011100101110110111111101001101011101001110011011011100101110110111101011110 | e9ae9cdb976fe9ae9cdb976f5e |
UHC | ??o??o^ | 00111111001111110110111100111111001111110110111101011110 | 3f3f6f3f3f6f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)