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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 蠏ゥ閾」c^ | 1110010110110101101010011110100010000111101000110110001101011110 | e5b5a9e887a3635e |
EUC-JP | 蠏ゥ閾」c^ | 11101010101101111000111010101001111011111110011110001110101000110110001101011110 | eab78ea9efe78ea3635e |
UTF-8 | 蠏ゥ閾」c^ | 1110100010100000100011111110111110111101101010011110100110010110101111101110111110111101101000110110001101011110 | e8a08fefbda9e996beefbda3635e |
UHC | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)