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 | 勺赦 | 10001110110110011000111011001101 | 8ed98ecd |
EUC-JP | 勺赦 | 10111100110110111011110011001111 | bcdbbccf |
UTF-8 | 勺赦 | 111001011000101110111010111010001011010110100110 | e58bbae8b5a6 |
UHC | 勺赦 | 11101101110000111101111011110101 | edc3def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)