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 | 骸肌 | 10001010010110111001010010100111 | 8a5b94a7 |
EUC-JP | 骸肌 | 10110011101111001100100010101001 | b3bcc8a9 |
UTF-8 | 骸肌 | 111010011010101010111000111010001000001010001100 | e9aab8e8828c |
UHC | 骸肌 | 11111010101101011101000110111111 | fab5d1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)