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 | 墺k?有 | 10011010110100101000001010001011001111111001011101001100 | 9ad2828b3f974c |
EUC-JP | 墺k?有 | 11010100110101001010001111101011001111111100110110101101 | d4d4a3eb3fcdad |
UTF-8 | 墺k쓷有 | 111001011010001010111010111011111011110110001011111011001001001110110111111001101001110010001001 | e5a2baefbd8bec93b7e69c89 |
UHC | 墺k쓷有 | 1110011111110010101000111110101110011101100101001110101011110011 | e7f2a3eb9d94eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)