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 | 崇? | 100100001001001000111111 | 90923f |
EUC-JP | 崇? | 101111111111001000111111 | bff23f |
UTF-8 | 崇셑 | 111001011011010010000111111011001000010110010001 | e5b487ec8591 |
UHC | 崇셑 | 11100010111111011001100101010110 | e2fd9956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)