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\ | 111010001110111110001110101010010111011001011100 | e8ef8ea9765c |
SJIS-WIN | ????v\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
EUC-JP | èï?©v\ | 100011111010101110110010100011111010101111000001001111111000111110100010111011010111011001011100 | 8fabb28fabc13f8fa2ed765c |
UTF-8 | èï©v\ | 11000011101010001100001110101111110000101000111011000010101010010111011001011100 | c3a8c3afc28ec2a9765c |
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)