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 | ê±^ | 11101010101100011001010001011110 | eab1945e |
SJIS-WIN | ?±?^ | 0011111110000001011111010011111101011110 | 3f817d3f5e |
EUC-JP | ê±?^ | 10001111101010111011010010100001110111100011111101011110 | 8fabb4a1de3f5e |
UTF-8 | ê±^ | 11000011101010101100001010110001110000101001010001011110 | c3aac2b1c2945e |
UHC | ?±?^ | 0011111110100001101111100011111101011110 | 3fa1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)