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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 靈靈B | 1110100011001011111010001100101101000010 | e8cbe8cb42 |
EUC-JP | 靈靈B | 1111000011001101111100001100110101000010 | f0cdf0cd42 |
UTF-8 | 靈靈B | 11101001100111011000100011101001100111011000100001000010 | e99d88e99d8842 |
UHC | 靈靈B | 1101011011000100110101101100010001000010 | d6c4d6c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)