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 | 蒻莇}蒻莇{^ | 1110010011101000111001001011010001111101111001001110100011100100101101000111101101011110 | e4e8e4b47de4e8e4b47b5e |
EUC-JP | 蒻莇}蒻莇{^ | 1110100011101010111010001011011001111101111010001110101011101000101101100111101101011110 | e8eae8b67de8eae8b67b5e |
UTF-8 | 蒻莇}蒻莇{^ | 111010001001001010111011111010001000111010000111011111011110100010010010101110111110100010001110100001110111101101011110 | e892bbe88e877de892bbe88e877b5e |
UHC | 蒻?}蒻?{^ | 111001011011011000111111011111011110010110110110001111110111101101011110 | e5b63f7de5b63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)