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 | 羞? | 111000111011010100111111 | e3b53f |
EUC-JP | 羞? | 111001101011011100111111 | e6b73f |
UTF-8 | 羞곢 | 111001111011111010011110111010101011001110100010 | e7be9eeab3a2 |
UHC | 羞곢 | 11100010101110101000000111100001 | e2ba81e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)