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 | ¼ß¼§B | 1011110011011111101111001010011101000010 | bcdfbca742 |
SJIS-WIN | ???§B | 001111110011111100111111100000011001100001000010 | 3f3f3f819842 |
EUC-JP | ?ß?§B | 0011111110001111101010011100111000111111101000011111100001000010 | 3f8fa9ce3fa1f842 |
UTF-8 | ¼ß¼§B | 110000101011110011000011100111111100001010111100110000101010011101000010 | c2bcc39fc2bcc2a742 |
UHC | ¼ß¼§B | 101010001111100110101001101011001010100011111001101000011101011101000010 | a8f9a9aca8f9a1d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)