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 | 稟影 | 11100010011001111000100101100101 | e2678965 |
EUC-JP | 稟影 | 11100011110010001011000111000110 | e3c8b1c6 |
UTF-8 | 稟影 | 111001111010100010011111111001011011110110110001 | e7a89fe5bdb1 |
UHC | 稟影 | 11111001101000101110011110101111 | f9a2e7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)