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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 炅質}炅質{^ | 1111101101010001100011101011111101111101111110110101000110001110101111110111101101011110 | fb518ebf7dfb518ebf7b5e |
EUC-JP | 炅質}炅質{^ | 10001111110010011100101010111100110000010111110110001111110010011100101010111100110000010111101101011110 | 8fc9cabcc17d8fc9cabcc17b5e |
UTF-8 | 炅質}炅質{^ | 111001111000001010000101111010001011001110101010011111011110011110000010100001011110100010110011101010100111101101011110 | e78285e8b3aa7de78285e8b3aa7b5e |
UHC | 炅質}炅質{^ | 1100110011011101111100101111010101111101110011001101110111110010111101010111101101011110 | ccddf2f57dccddf2f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)