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 | シルシァ | 101111001101100110111100101001111111000010111101 | bcd9bca7f0bd |
EUC-JP | シルシァ? | 100011101011110010001110110110011000111010111100100011101010011100111111 | 8ebc8ed98ebc8ea73f |
UTF-8 | シルシァ | 111011111011110110111100111011111011111010011001111011111011110110111100111011111011110110100111111011101000000110111100 | efbdbcefbe99efbdbcefbda7ee81bc |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)