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 | 遲拑 | 11100111101011011001110101011001 | e7ad9d59 |
EUC-JP | 遲拑 | 11101110101011111101100110111010 | eeafd9ba |
UTF-8 | 遲拑 | 111010011000000110110010111001101000101110010001 | e981b2e68b91 |
UHC | 遲? | 111100101100000000111111 | f2c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)