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 | åüç³ | 111001011111110010010000111001111001111110110011 | e5fc90e79fb3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | åü?ç?? | 100011111010101110101001100011111010101111100100001111111000111110101011101011100011111100111111 | 8faba98fabe43f8fabae3f3f |
UTF-8 | åüç³ | 110000111010010111000011101111001100001010010000110000111010011111000010100111111100001010110011 | c3a5c3bcc290c3a7c29fc2b3 |
UHC | ?????³ | 00111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)