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 | ????Æ^ | 001111110011111100111111001111111100011001011110 | 3f3f3f3fc65e |
SJIS-WIN | 題????^ | 10010001111010000011111100111111001111110011111101011110 | 91e83f3f3f3f5e |
EUC-JP | 題???Æ^ | 110000101110101000111111001111110011111110001111101010011010000101011110 | c2ea3f3f3f8fa9a15e |
UTF-8 | 題렖履쾅Æ^ | 111010011010000110001100111010111010000010010110111011111010011110011111111011001011111010000101110000111000011001011110 | e9a18ceba096efa79fecbe85c3865e |
UHC | 題렖履쾅Æ^ | 1111000010111001100011101010101111101100101010101100010011100111101010001010000101011110 | f0b98eabecaac4e7a8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)