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 | シルシァ鞨 | 101111001101100110111100101001111110100011100000 | bcd9bca7e8e0 |
EUC-JP | シルシァ鞨 | 10001110101111001000111011011001100011101011110010001110101001111111000011100010 | 8ebc8ed98ebc8ea7f0e2 |
UTF-8 | シルシァ鞨 | 111011111011110110111100111011111011111010011001111011111011110110111100111011111011110110100111111010011001111010101000 | efbdbcefbe99efbdbcefbda7e99ea8 |
UHC | ????鞨 | 001111110011111100111111001111111100101011101010 | 3f3f3f3fcaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)