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 | 庶 | 1000111110001110 | 8f8e |
EUC-JP | 庶 | 1011110111101110 | bdee |
UTF-8 | 庶 | 111001011011101010110110 | e5bab6 |
UHC | 庶 | 1101111111101110 | dfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)