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 | 襲? | 100011110101000000111111 | 8f503f |
EUC-JP | 襲? | 101111011011000100111111 | bdb13f |
UTF-8 | 襲뒌 | 111010001010010110110010111010111001001010001100 | e8a5b2eb928c |
UHC | 襲뒌 | 11100011101010011000101010001001 | e3a98a89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)