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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟇馴ィキ | 111001011010111110010011111010011010100010110111 | e5af93e9a8b7 |
EUC-JP | 蟇馴ィキ | 1110101010110001110001101110101110001110101010001000111010110111 | eab1c6eb8ea88eb7 |
UTF-8 | 蟇馴ィキ | 111010001001111110000111111010011010011010110100111011111011110110101000111011111011110110110111 | e89f87e9a6b4efbda8efbdb7 |
UHC | ?馴?? | 0011111111100010111110000011111100111111 | 3fe2f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)