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 | ????v\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
SJIS-WIN | 髻オ閾ェv\ | 1110100110011111101101011110100010000111101010100111011001011100 | e99fb5e887aa765c |
EUC-JP | 髻オ閾ェv\ | 11110010101000011000111010110101111011111110011110001110101010100111011001011100 | f2a18eb5efe78eaa765c |
UTF-8 | 髻オ閾ェv\ | 1110100110101011101110111110111110111101101101011110100110010110101111101110111110111101101010100111011001011100 | e9abbbefbdb5e996beefbdaa765c |
UHC | ????v\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)