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 | 犱痔}犱痔{^ | 1111101101011011100011101010010001111101111110110101101110001110101001000111101101011110 | fb5b8ea47dfb5b8ea47b5e |
EUC-JP | 犱痔}犱痔{^ | 10001111110010101110111110111100101001100111110110001111110010101110111110111100101001100111101101011110 | 8fcaefbca67d8fcaefbca67b5e |
UTF-8 | 犱痔}犱痔{^ | 111001111000101010110001111001111001011110010100011111011110011110001010101100011110011110010111100101000111101101011110 | e78ab1e797947de78ab1e797947b5e |
UHC | ?痔}?痔{^ | 001111111111011011000000011111010011111111110110110000000111101101011110 | 3ff6c07d3ff6c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)