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 | 進? | 100100000110100100111111 | 90693f |
EUC-JP | 進? | 101111111100101000111111 | bfca3f |
UTF-8 | 進섦 | 111010011000000010110010111011001000010010100110 | e980b2ec84a6 |
UHC | 進섦 | 11110010111001001011110010110100 | f2e4bcb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)