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 | 翅悉 | 11100011110000001000111010111011 | e3c08ebb |
EUC-JP | 翅悉 | 11100110110000101011110010111101 | e6c2bcbd |
UTF-8 | 翅悉 | 111001111011111110000101111001101000001010001001 | e7bf85e68289 |
UHC | 翅悉 | 11100011110001111110001111111010 | e3c7e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)