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 | é뤾 | 111010011000001010010001111010111010010010111110 | e98291eba4be |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | é??ë¤? | 100011111010101110110001001111110011111110001111101010111011001110001111101000101111000000111111 | 8fabb13f3f8fabb38fa2f03f |
UTF-8 | é뤾 | 110000111010100111000010100000101100001010010001110000111010101111000010101001001100001010111110 | c3a9c282c291c3abc2a4c2be |
UHC | ????¤¾ | 0011111100111111001111110011111110100010101101001010100011111010 | 3f3f3f3fa2b4a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)