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 | 謝f | 10001110110100111000001010000110 | 8ed38286 |
EUC-JP | 謝f | 10111100110101011010001111100110 | bcd5a3e6 |
UTF-8 | 謝f | 111010001010110010011101111011111011110110000110 | e8ac9defbd86 |
UHC | 謝f | 11011110111100111010001111100110 | def3a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)