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 | 哺怐}哺怐{^ | 1001101001001101100111001000000101111101100110100100110110011100100000010111101101011110 | 9a4d9c817d9a4d9c817b5e |
EUC-JP | 哺怐}哺怐{^ | 1101001110101110110101111110000101111101110100111010111011010111111000010111101101011110 | d3aed7e17dd3aed7e17b5e |
UTF-8 | 哺怐}哺怐{^ | 111001011001001110111010111001101000000010010000011111011110010110010011101110101110011010000000100100000111101101011110 | e593bae680907de593bae680907b5e |
UHC | 哺?}哺?{^ | 111110001101010000111111011111011111100011010100001111110111101101011110 | f8d43f7df8d43f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)