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 | ¢¶¢¶^ | 100100011010001010011110101101101001000110100010100111101011011001011110 | 91a29eb691a29eb65e |
SJIS-WIN | ?¢?¶?¢?¶^ | 00111111100000011001000100111111100000011111011100111111100000011001000100111111100000011111011101011110 | 3f81913f81f73f81913f81f75e |
EUC-JP | ?¢?¶?¢?¶^ | 00111111101000011111000100111111101000101111100100111111101000011111000100111111101000101111100101011110 | 3fa1f13fa2f93fa1f13fa2f95e |
UTF-8 | ¢¶¢¶^ | 1100001010010001110000101010001011000010100111101100001010110110110000101001000111000010101000101100001010011110110000101011011001011110 | c291c2a2c29ec2b6c291c2a2c29ec2b65e |
UHC | ???¶???¶^ | 0011111100111111001111111010001011010010001111110011111100111111101000101101001001011110 | 3f3f3fa2d23f3f3fa2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)