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 | ]«]«^ | 100000010101110110000100101010111000000101011101100001001010101101011110 | 815d84ab815d84ab5e |
SJIS-WIN | ?]???]??^ | 001111110101110100111111001111110011111101011101001111110011111101011110 | 3f5d3f3f3f5d3f3f5e |
EUC-JP | ?]???]??^ | 001111110101110100111111001111110011111101011101001111110011111101011110 | 3f5d3f3f3f5d3f3f5e |
UTF-8 | ]«]«^ | 110000101000000101011101110000101000010011000010101010111100001010000001010111011100001010000100110000101010101101011110 | c2815dc284c2abc2815dc284c2ab5e |
UHC | ?]???]??^ | 001111110101110100111111001111110011111101011101001111110011111101011110 | 3f5d3f3f3f5d3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)