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 | îç³¢ | 111011101001000110000001111001111011001110100010 | ee9181e7b3a2 |
SJIS-WIN | ?????¢ | 00111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f8191 |
EUC-JP | î??ç?¢ | 1000111110101011110000100011111100111111100011111010101110101110001111111010000111110001 | 8fabc23f3f8fabae3fa1f1 |
UTF-8 | îç³¢ | 110000111010111011000010100100011100001010000001110000111010011111000010101100111100001010100010 | c3aec291c281c3a7c2b3c2a2 |
UHC | ????³? | 00111111001111110011111100111111101010011111100000111111 | 3f3f3f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)