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 | ç³¢ç° | 111001111011001110100010111001111011000010000111 | e7b3a2e7b087 |
SJIS-WIN | ??¢?°? | 0011111100111111100000011001000100111111100000011000101100111111 | 3f3f81913f818b3f |
EUC-JP | �� | 100011111010101110101110001111111010000111110001100011111010101110101110101000011110101100111111 | 8fabae3fa1f18fabaea1eb3f |
UTF-8 | ç³¢ç° | 110000111010011111000010101100111100001010100010110000111010011111000010101100001100001010000111 | c3a7c2b3c2a2c3a7c2b0c287 |
UHC | ?³??°? | 0011111110101001111110000011111100111111101000011100011000111111 | 3fa9f83f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)