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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 絽確椙 | 111000110101011110001010011011011001000010011010 | e3578a6d909a |
EUC-JP | 絽確椙 | 111001011011100010110011110011101011111111111010 | e5b8b3cebffa |
UTF-8 | 絽確椙 | 111001111011010110111101111001111010001010111010111001101010010010011001 | e7b5bde7a2bae6a499 |
UHC | ?確? | 00111111111111001010110000111111 | 3ffcac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)