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 | 惺? | 100111001011011100111111 | 9cb73f |
EUC-JP | 惺? | 110110001011100100111111 | d8b93f |
UTF-8 | 惺렡 | 111001101000001110111010111010111010000010100001 | e683baeba0a1 |
UHC | 惺렡 | 11100000111101101000111010110010 | e0f68eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)