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 | 彫????^ | 10010010101001000011111100111111001111110011111101011110 | 92a43f3f3f3f5e |
EUC-JP | 彫???Æ^ | 110001001010011000111111001111110011111110001111101010011010000101011110 | c4a63f3f3f8fa9a15e |
UTF-8 | 彫렣履쾅Æ^ | 111001011011110110101011111010111010000010100011111011111010011110011111111011001011111010000101110000111000011001011110 | e5bdabeba0a3efa79fecbe85c3865e |
UHC | 彫렣履쾅Æ^ | 1111000011000001100011101011010011101100101010101100010011100111101010001010000101011110 | f0c18eb4ecaac4e7a8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)