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 | 勇? | 100101110100010100111111 | 97453f |
EUC-JP | 勇? | 110011011010011000111111 | cda63f |
UTF-8 | 勇쌆 | 111001011000101110000111111011001000110010000110 | e58b87ec8c86 |
UHC | 勇쌆 | 11101001101110001001101011111001 | e9b89af9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)