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 | ??s | 001111110011111101110011 | 3f3f73 |
SJIS-WIN | 叩炭s | 1001001001000000100100100101100101110011 | 9240925973 |
EUC-JP | 叩炭s | 1100001110100001110000111011101001110011 | c3a1c3ba73 |
UTF-8 | 叩炭s | 11100101100011111010100111100111100000101010110101110011 | e58fa9e782ad73 |
UHC | 叩炭s | 1100110110110000111101111010100101110011 | cdb0f7a973 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)