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 | 峵晃}峵晃{^ | 1111101010101110100011010101011101111101111110101010111010001101010101110111101101011110 | faae8d577dfaae8d577b5e |
EUC-JP | ?晃}?晃{^ | 001111111011100110111000011111010011111110111001101110000111101101011110 | 3fb9b87d3fb9b87b5e |
UTF-8 | 峵晃}峵晃{^ | 111001011011001110110101111001101001100110000011011111011110010110110011101101011110011010011001100000110111101101011110 | e5b3b5e699837de5b3b5e699837b5e |
UHC | ?晃}?晃{^ | 001111111111110011001100011111010011111111111100110011000111101101011110 | 3ffccc7d3ffccc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)