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 | ÐèP | 110100001110100001010000 | d0e850 |
SJIS-WIN | ??P | 001111110011111101010000 | 3f3f50 |
EUC-JP | ?èP | 0011111110001111101010111011001001010000 | 3f8fabb250 |
UTF-8 | ÐèP | 1100001110010000110000111010100001010000 | c390c3a850 |
UHC | Ð?P | 10101000101000100011111101010000 | a8a23f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)