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 | E¢®m | 10010010010001011001000110100010100100011010111001101101 | 924591a291ae6d |
SJIS-WIN | ?E?¢??m | 0011111101000101001111111000000110010001001111110011111101101101 | 3f453f81913f3f6d |
EUC-JP | ?E?¢?®m | 00111111010001010011111110100001111100010011111110001111101000101110111001101101 | 3f453fa1f13f8fa2ee6d |
UTF-8 | E¢®m | 110000101001001001000101110000101001000111000010101000101100001010010001110000101010111001101101 | c29245c291c2a2c291c2ae6d |
UHC | ?E???®m | 0011111101000101001111110011111100111111101000101110011101101101 | 3f453f3f3fa2e76d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)