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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 陌晟F | 1110100010011001100111011110111001000110 | e8999dee46 |
EUC-JP | 陌晟F | 1110111111111001110110101111000001000110 | eff9daf046 |
UTF-8 | 陌晟F | 11101001100110011000110011100110100110011001111101000110 | e9998ce6999f46 |
UHC | 陌晟F | 1101100011101000111000001111100101000110 | d8e8e0f946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)