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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 叩袖P | 1001001001000000100100011011001101010000 | 924091b350 |
EUC-JP | 叩袖P | 1100001110100001110000101011010101010000 | c3a1c2b550 |
UTF-8 | 叩袖P | 11100101100011111010100111101000101000101001011001010000 | e58fa9e8a29650 |
UHC | 叩袖P | 1100110110110000111000101100000001010000 | cdb0e2c050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)