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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 終?α紙 | 10001111010010010011111110000011101111111000111010000110 | 8f493f83bf8e86 |
EUC-JP | 終?α紙 | 10111101101010100011111110100110110000011011101111100110 | bdaa3fa6c1bbe6 |
UTF-8 | 終븍α紙 | 1110011110110101100000101110101110111000100011011100111010110001111001111011010010011001 | e7b582ebb88dceb1e7b499 |
UHC | 終븍α紙 | 1111000011111011101110101110101110100101111000011111001010110101 | f0fbbaeba5e1f2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)