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 | 翅盥 | 11100011110000001110000110110111 | e3c0e1b7 |
EUC-JP | 翅盥 | 11100110110000101110001010111001 | e6c2e2b9 |
UTF-8 | 翅盥 | 111001111011111110000101111001111001101110100101 | e7bf85e79ba5 |
UHC | 翅? | 111000111100011100111111 | e3c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)