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 | 粳延 | 11100010111010011000100110000100 | e2e98984 |
EUC-JP | 粳延 | 11100100111010111011000111100100 | e4ebb1e4 |
UTF-8 | 粳延 | 111001111011001010110011111001011011101110110110 | e7b2b3e5bbb6 |
UHC | 粳延 | 11001011110101111110011011000101 | cbd7e6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)