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 | ëç±^ | 1000101011101011111001111011000101011110 | 8aebe7b15e |
SJIS-WIN | ???±^ | 001111110011111100111111100000010111110101011110 | 3f3f3f817d5e |
EUC-JP | ?ëç±^ | 00111111100011111010101110110011100011111010101110101110101000011101111001011110 | 3f8fabb38fabaea1de5e |
UTF-8 | ëç±^ | 110000101000101011000011101010111100001110100111110000101011000101011110 | c28ac3abc3a7c2b15e |
UHC | ???±^ | 001111110011111100111111101000011011111001011110 | 3f3f3fa1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)