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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シルシァシル | 1011110011011001101111001010011111110000101111011011110011011001 | bcd9bca7f0bdbcd9 |
EUC-JP | シルシァ?シル | 10001110101111001000111011011001100011101011110010001110101001110011111110001110101111001000111011011001 | 8ebc8ed98ebc8ea73f8ebc8ed9 |
UTF-8 | シルシァシル | 111011111011110110111100111011111011111010011001111011111011110110111100111011111011110110100111111011101000000110111100111011111011110110111100111011111011111010011001 | efbdbcefbe99efbdbcefbda7ee81bcefbdbcefbe99 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)