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 | ä¹ì¶ | 111001001011100110011111111011001011011010001100 | e4b99fecb68c |
SJIS-WIN | ????¶? | 00111111001111110011111100111111100000011111011100111111 | 3f3f3f3f81f73f |
EUC-JP | ä??ì¶? | 1000111110101011101000110011111100111111100011111010101111000000101000101111100100111111 | 8faba33f3f8fabc0a2f93f |
UTF-8 | ä¹ì¶ | 110000111010010011000010101110011100001010011111110000111010110011000010101101101100001010001100 | c3a4c2b9c29fc3acc2b6c28c |
UHC | ?¹??¶? | 0011111110101001111101100011111100111111101000101101001000111111 | 3fa9f63f3fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)