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 | 賊?圭有 | 10010001101011110011111110001100010111001001011101001100 | 91af3f8c5c974c |
EUC-JP | 賊?圭有 | 11000010101100010011111110110111101111011100110110101101 | c2b13fb7bdcdad |
UTF-8 | 賊ㅹ圭有 | 111010001011001110001010111000111000010110111001111001011001110010101101111001101001110010001001 | e8b38ae385b9e59cade69c89 |
UHC | 賊ㅹ圭有 | 1110111011100100101001001110100111010000101001001110101011110011 | eee4a4e9d0a4eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)