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 | 黍? | 100010110110111100111111 | 8b6f3f |
EUC-JP | 黍? | 101101011101000000111111 | b5d03f |
UTF-8 | 黍럵 | 111010011011101110001101111010111001111110110101 | e9bb8deb9fb5 |
UHC | 黍럵 | 11100000101010001000111010010100 | e0a88e94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)