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 | î®è³ª | 111011101000000110101110111010001011001110101010 | ee81aee8b3aa |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | �� | 1000111110101011110000100011111110001111101000101110111010001111101010111011001000111111100011111010001011101100 | 8fabc23f8fa2ee8fabb23f8fa2ec |
UTF-8 | î®è³ª | 110000111010111011000010100000011100001010101110110000111010100011000010101100111100001010101010 | c3aec281c2aec3a8c2b3c2aa |
UHC | ??®?³ª | 001111110011111110100010111001110011111110101001111110001010100010100011 | 3f3fa2e73fa9f8a8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)