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 | 翅濺 | 11100011110000001110000001100100 | e3c0e064 |
EUC-JP | 翅濺 | 11100110110000101101111111000101 | e6c2dfc5 |
UTF-8 | 翅濺 | 111001111011111110000101111001101011111110111010 | e7bf85e6bfba |
UHC | 翅? | 111000111100011100111111 | e3c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)