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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 攸?h攸? | 10011101101111110011111101101000100111011011111100111111 | 9dbf3f689dbf3f |
EUC-JP | 攸?h攸? | 11011010110000010011111101101000110110101100000100111111 | dac13f68dac13f |
UTF-8 | 攸뭜h攸뭜 | 11100110100101001011100011101011101011011001110001101000111001101001010010111000111010111010110110011100 | e694b8ebad9c68e694b8ebad9c |
UHC | 攸뭜h攸뭜 | 111010101111001010010010011010000110100011101010111100101001001001101000 | eaf2926868eaf29268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)