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 | ¾ª^]H | 10111110101011011000111010101010010111100101110101001000 | bead8eaa5e5d48 |
SJIS-WIN | ????^]H | 00111111001111110011111100111111010111100101110101001000 | 3f3f3f3f5e5d48 |
EUC-JP | ???ª^]H | 001111110011111100111111100011111010001011101100010111100101110101001000 | 3f3f3f8fa2ec5e5d48 |
UTF-8 | ¾ª^]H | 1100001010111110110000101010110111000010100011101100001010101010010111100101110101001000 | c2bec2adc28ec2aa5e5d48 |
UHC | ¾?ª^]H | 10101000111110101010000110101001001111111010100010100011010111100101110101001000 | a8faa1a93fa8a35e5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)