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 | 琮면렧렠^ | 11100111100100001010111011101011101010011011010011101011101000001010011111101011101000001010000001011110 | e790aeeba9b4eba0a7eba0a05e |
UHC | 琮면렧렠^ | 111100001111100110111000111010011000111010110110100011101011000101011110 | f0f9b8e98eb68eb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)