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 | ’?}’?{^ | 100000010110011000111111011111011000000101100110001111110111101101011110 | 81663f7d81663f7b5e |
EUC-JP | ’?}’?{^ | 101000011100011100111111011111011010000111000111001111110111101101011110 | a1c73f7da1c73f7b5e |
UTF-8 | ’▩}’▩{^ | 111000101000000010011001111000101001011010101001011111011110001010000000100110011110001010010110101010010111101101011110 | e28099e296a97de28099e296a97b5e |
UHC | ’▩}’▩{^ | 1010000110101111101000101100110001111101101000011010111110100010110011000111101101011110 | a1afa2cc7da1afa2cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)