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 | 遲? | 111001111010110100111111 | e7ad3f |
EUC-JP | 遲? | 111011101010111100111111 | eeaf3f |
UTF-8 | 遲렎 | 111010011000000110110010111010111010000010001110 | e981b2eba08e |
UHC | 遲렎 | 11110010110000001000111010100100 | f2c08ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)