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 | 證イ竇ア | 111001101001101010110010111000101000010110110001 | e69ab2e285b1 |
EUC-JP | 證イ竇ア | 1110101111111010100011101011001011100011111001011000111010110001 | ebfa8eb2e3e58eb1 |
UTF-8 | 證イ竇ア | 111010001010110110001001111011111011110110110010111001111010101110000111111011111011110110110001 | e8ad89efbdb2e7ab87efbdb1 |
UHC | 證?竇? | 111100011111101100111111110101001110010000111111 | f1fb3fd4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)