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^ | 1110100110011111101101011110100010000111101010100110001101011110 | e99fb5e887aa635e |
EUC-JP | 髻オ閾ェc^ | 11110010101000011000111010110101111011111110011110001110101010100110001101011110 | f2a18eb5efe78eaa635e |
UTF-8 | 髻オ閾ェc^ | 1110100110101011101110111110111110111101101101011110100110010110101111101110111110111101101010100110001101011110 | e9abbbefbdb5e996beefbdaa635e |
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)