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 | ±Â¼ÕF | 1011000111000010101111001101010101000110 | b1c2bcd546 |
SJIS-WIN | ±???F | 100000010111110100111111001111110011111101000110 | 817d3f3f3f46 |
EUC-JP | ±Â?ÕF | 10100001110111101000111110101010101001000011111110001111101010101101100001000110 | a1de8faaa43f8faad846 |
UTF-8 | ±Â¼ÕF | 110000101011000111000011100000101100001010111100110000111001010101000110 | c2b1c382c2bcc39546 |
UHC | ±?¼?F | 10100001101111100011111110101000111110010011111101000110 | a1be3fa8f93f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)