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 | ????U^ | 001111110011111100111111001111110101010101011110 | 3f3f3f3f555e |
SJIS-WIN | 髻オ閾ェU^ | 1110100110011111101101011110100010000111101010100101010101011110 | e99fb5e887aa555e |
EUC-JP | 髻オ閾ェU^ | 11110010101000011000111010110101111011111110011110001110101010100101010101011110 | f2a18eb5efe78eaa555e |
UTF-8 | 髻オ閾ェU^ | 1110100110101011101110111110111110111101101101011110100110010110101111101110111110111101101010100101010101011110 | e9abbbefbdb5e996beefbdaa555e |
UHC | ????U^ | 001111110011111100111111001111110101010101011110 | 3f3f3f3f555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)