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 | ì¹ä¿o | 111011001011100110001111111001001011111101101111 | ecb98fe4bf6f |
SJIS-WIN | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
EUC-JP | ì??ä¿o | 100011111010101111000000001111110011111110001111101010111010001110001111101000101100010001101111 | 8fabc03f3f8faba38fa2c46f |
UTF-8 | ì¹ä¿o | 1100001110101100110000101011100111000010100011111100001110100100110000101011111101101111 | c3acc2b9c28fc3a4c2bf6f |
UHC | ?¹??¿o | 0011111110101001111101100011111100111111101000101010111101101111 | 3fa9f63f3fa2af6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)