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 | ¾Ê±¼ | 1011111011001010100011101011000110111100 | beca8eb1bc |
SJIS-WIN | ???±? | 001111110011111100111111100000010111110100111111 | 3f3f3f817d3f |
EUC-JP | ?Ê?±? | 0011111110001111101010101011010000111111101000011101111000111111 | 3f8faab43fa1de3f |
UTF-8 | ¾Ê±¼ | 11000010101111101100001110001010110000101000111011000010101100011100001010111100 | c2bec38ac28ec2b1c2bc |
UHC | ¾??±¼ | 1010100011111010001111110011111110100001101111101010100011111001 | a8fa3f3fa1bea8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)