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 | 讐術 | 10001111010100011000111101110000 | 8f518f70 |
EUC-JP | 讐術 | 10111101101100101011110111010001 | bdb2bdd1 |
UTF-8 | 讐術 | 111010001010111010010000111010001010000110010011 | e8ae90e8a193 |
UHC | 讐術 | 11100010110000101110001011111010 | e2c2e2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)