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 | 掖? | 100111010111010000111111 | 9d743f |
EUC-JP | 掖? | 110110011101010100111111 | d9d53f |
UTF-8 | 掖멨 | 111001101000111010010110111010111010100110101000 | e68e96eba9a8 |
UHC | 掖멨 | 11100100111110101011100011100101 | e4fab8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)