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 | ? | 00111111 | 3f |
SJIS-WIN | 殆 | 1001011001110111 | 9677 |
EUC-JP | 殆 | 1100101111011000 | cbd8 |
UTF-8 | 殆 | 111001101010111010000110 | e6ae86 |
UHC | 殆 | 1111011110111111 | f7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)