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 | èç³¢ | 111010001001010010011111111001111011001110100010 | e8949fe7b3a2 |
SJIS-WIN | ?????¢ | 00111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f8191 |
EUC-JP | è??ç?¢ | 1000111110101011101100100011111100111111100011111010101110101110001111111010000111110001 | 8fabb23f3f8fabae3fa1f1 |
UTF-8 | èç³¢ | 110000111010100011000010100101001100001010011111110000111010011111000010101100111100001010100010 | c3a8c294c29fc3a7c2b3c2a2 |
UHC | ????³? | 00111111001111110011111100111111101010011111100000111111 | 3f3f3f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)