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 | ì¤ì°^ | 11101100100001001010010011101100100001101011000001011110 | ec84a4ec86b05e |
SJIS-WIN | ?????°^ | 0011111100111111001111110011111100111111100000011000101101011110 | 3f3f3f3f3f818b5e |
EUC-JP | ��^ | 1000111110101011110000000011111110001111101000101111000010001111101010111100000000111111101000011110101101011110 | 8fabc03f8fa2f08fabc03fa1eb5e |
UTF-8 | ì¤ì°^ | 11000011101011001100001010000100110000101010010011000011101011001100001010000110110000101011000001011110 | c3acc284c2a4c3acc286c2b05e |
UHC | ??¤??°^ | 001111110011111110100010101101000011111100111111101000011100011001011110 | 3f3fa2b43f3fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)