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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 皙礪^ | 1110000110101010111000011110100001011110 | e1aae1e85e |
EUC-JP | 皙礪^ | 1110001010101100111000101110101001011110 | e2ace2ea5e |
UTF-8 | 皙礪^ | 11100111100110101001100111100111101001001010101001011110 | e79a99e7a4aa5e |
UHC | ?礪^ | 00111111110101011110110001011110 | 3fd5ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)