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 | æ²®ú¹ | 1110011010110010101011101111101010111001 | e6b2aefab9 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æ?®ú? | 1000111110101001110000010011111110001111101000101110111010001111101010111110001000111111 | 8fa9c13f8fa2ee8fabe23f |
UTF-8 | æ²®ú¹ | 11000011101001101100001010110010110000101010111011000011101110101100001010111001 | c3a6c2b2c2aec3bac2b9 |
UHC | æ²®?¹ | 101010011010000110101001111101111010001011100111001111111010100111110110 | a9a1a9f7a2e73fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)