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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蜥ォ逞セB | 11100101100100101010101111100111100101111011111001000010 | e592abe797be42 |
EUC-JP | 蜥ォ逞セB | 111010011111001010001110101010111110110111110111100011101011111001000010 | e9f28eabedf78ebe42 |
UTF-8 | 蜥ォ逞セB | 11101000100111001010010111101111101111011010101111101001100000001001111011101111101111011011111001000010 | e89ca5efbdabe9809eefbdbe42 |
UHC | ??逞?B | 001111110011111111010110110000010011111101000010 | 3f3fd6c13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)