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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 除拒除居^ | 100011111001110010001011100100011000111110011100100010111000111101011110 | 8f9c8b918f9c8b8f5e |
EUC-JP | 除拒除居^ | 101111011111110010110101111100011011110111111100101101011110111101011110 | bdfcb5f1bdfcb5ef5e |
UTF-8 | 除拒除居^ | 11101001100110011010010011100110100010111001001011101001100110011010010011100101101100011000010101011110 | e999a4e68b92e999a4e5b1855e |
UHC | 除拒除居^ | 111100001011011011001011110111101111000010110110110010111101110001011110 | f0b6cbdef0b6cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)