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 | 儲拒儲居^ | 100101101101011110001011100100011001011011010111100010111000111101011110 | 96d78b9196d78b8f5e |
EUC-JP | 儲拒儲居^ | 110011001101100110110101111100011100110011011001101101011110111101011110 | ccd9b5f1ccd9b5ef5e |
UTF-8 | 儲拒儲居^ | 11100101100001001011001011100110100010111001001011100101100001001011001011100101101100011000010101011110 | e584b2e68b92e584b2e5b1855e |
UHC | 儲拒儲居^ | 111011101011100111001011110111101110111010111001110010111101110001011110 | eeb9cbdeeeb9cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)