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 | 跚萓}跚萓{^ | 1110011011100111111001001011111001111101111001101110011111100100101111100111101101011110 | e6e7e4be7de6e7e4be7b5e |
EUC-JP | 跚萓}跚萓{^ | 1110110011101001111010001100000001111101111011001110100111101000110000000111101101011110 | ece9e8c07dece9e8c07b5e |
UTF-8 | 跚萓}跚萓{^ | 111010001011011110011010111010001001000010010011011111011110100010110111100110101110100010010000100100110111101101011110 | e8b79ae890937de8b79ae890937b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)