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 | `¿@ | 100011000110000010000001101111111000000101000000 | 8c6081bf8140 |
SJIS-WIN | ?`???@ | 001111110110000000111111001111110011111101000000 | 3f603f3f3f40 |
EUC-JP | ?`?¿?@ | 0011111101100000001111111000111110100010110001000011111101000000 | 3f603f8fa2c43f40 |
UTF-8 | `¿@ | 11000010100011000110000011000010100000011100001010111111110000101000000101000000 | c28c60c281c2bfc28140 |
UHC | ?`?¿?@ | 00111111011000000011111110100010101011110011111101000000 | 3f603fa2af3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)