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 | \ | 1110111010110001100011101011011001011100 | eeb18eb65c |
SJIS-WIN | ?±?¶\ | 00111111100000010111110100111111100000011111011101011100 | 3f817d3f81f75c |
EUC-JP | î±?¶\ | 100011111010101111000010101000011101111000111111101000101111100101011100 | 8fabc2a1de3fa2f95c |
UTF-8 | \ | 110000111010111011000010101100011100001010001110110000101011011001011100 | c3aec2b1c28ec2b65c |
UHC | ?±?¶\ | 00111111101000011011111000111111101000101101001001011100 | 3fa1be3fa2d25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)