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 | 蕉躰}蕉躰{^ | 1000111111010100111001110101101101111101100011111101010011100111010110110111101101011110 | 8fd4e75b7d8fd4e75b7b5e |
EUC-JP | 蕉躰}蕉躰{^ | 1011111011010110111011011011110001111101101111101101011011101101101111000111101101011110 | bed6edbc7dbed6edbc7b5e |
UTF-8 | 蕉躰}蕉躰{^ | 111010001001010110001001111010001011101010110000011111011110100010010101100010011110100010111010101100000111101101011110 | e89589e8bab07de89589e8bab07b5e |
UHC | 蕉?}蕉?{^ | 111101011010111100111111011111011111010110101111001111110111101101011110 | f5af3f7df5af3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)