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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瓏貎瓏貎^ | 111000001111101011100110101111011110000011111010111001101011110101011110 | e0fae6bde0fae6bd5e |
EUC-JP | 瓏貎瓏貎^ | 111000001111110011101100101111111110000011111100111011001011111101011110 | e0fcecbfe0fcecbf5e |
UTF-8 | 瓏貎瓏貎^ | 11100111100100111000111111101000101100101000111011100111100100111000111111101000101100101000111001011110 | e7938fe8b28ee7938fe8b28e5e |
UHC | 瓏?瓏?^ | 11010110111010100011111111010110111010100011111101011110 | d6ea3fd6ea3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)