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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 琮???^ | 111110110110101000111111001111110011111101011110 | fb6a3f3f3f5e |
EUC-JP | 琮???^ | 10001111110011001011001000111111001111110011111101011110 | 8fccb23f3f3f5e |
UTF-8 | 琮얹렰렞^ | 11100111100100001010111011101100100101101011100111101011101000001011000011101011101000001001111001011110 | e790aeec96b9eba0b0eba09e5e |
UHC | 琮얹렰렞^ | 111100001111100110111110111100011000111010111101100011101010111101011110 | f0f9bef18ebd8eaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)