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 | çñè¹\ | 11100111111100011000000111101000100100011011100101011100 | e7f181e891b95c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | çñ?è??\ | 10001111101010111010111010001111101010111101000000111111100011111010101110110010001111110011111101011100 | 8fabae8fabd03f8fabb23f3f5c |
UTF-8 | çñè¹\ | 11000011101001111100001110110001110000101000000111000011101010001100001010010001110000101011100101011100 | c3a7c3b1c281c3a8c291c2b95c |
UHC | ?????¹\ | 0011111100111111001111110011111100111111101010011111011001011100 | 3f3f3f3f3fa9f65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)