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 | 膊烝 | 11100100010011011110000001111110 | e44de07e |
EUC-JP | 膊烝 | 11100111101011101101111111011111 | e7aedfdf |
UTF-8 | 膊烝 | 111010001000011010001010111001111000001110011101 | e8868ae7839d |
UHC | 膊烝 | 11011010110110111111000111110110 | dadbf1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)