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 | 煆質煆ロァ | 1111101101010110100011101011111111111011010101101101101110100111 | fb568ebffb56dba7 |
EUC-JP | 煆質煆ロァ | 100011111100100111110100101111001100000110001111110010011111010010001110110110111000111010100111 | 8fc9f4bcc18fc9f48edb8ea7 |
UTF-8 | 煆質煆ロァ | 111001111000010110000110111010001011001110101010111001111000010110000110111011111011111010011011111011111011110110100111 | e78586e8b3aae78586efbe9befbda7 |
UHC | ?質??? | 001111111111001011110101001111110011111100111111 | 3ff2f53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)