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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 殿? | 100100110110000100111111 | 93613f |
EUC-JP | 殿? | 110001011100001000111111 | c5c23f |
UTF-8 | 殿렲 | 111001101010111010111111111010111010000010110010 | e6aebfeba0b2 |
UHC | 殿렲 | 11101110111111001000111010111111 | eefc8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)