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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シァ症ル | 11110010111001111011110010100111100011111100011111011001 | f2e7bca78fc7d9 |
EUC-JP | ?シァ症ル | 001111111000111010111100100011101010011110111110110010011000111011011001 | 3f8ebc8ea7bec98ed9 |
UTF-8 | シァ症ル | 111011101000100010011110111011111011110110111100111011111011110110100111111001111001011110000111111011111011111010011001 | ee889eefbdbcefbda7e79787efbe99 |
UHC | ???症? | 001111110011111100111111111100011111100000111111 | 3f3f3ff1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)