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 | èé裸 | 111010001110100110001100111010001010001110111000 | e8e98ce8a3b8 |
SJIS-WIN | ????£? | 00111111001111110011111100111111100000011001001000111111 | 3f3f3f3f81923f |
EUC-JP | èé?裸 | 100011111010101110110010100011111010101110110001001111111000111110101011101100101010000111110010100011111010001010110001 | 8fabb28fabb13f8fabb2a1f28fa2b1 |
UTF-8 | èé裸 | 110000111010100011000011101010011100001010001100110000111010100011000010101000111100001010111000 | c3a8c3a9c28cc3a8c2a3c2b8 |
UHC | ?????¸ | 00111111001111110011111100111111001111111010001010101100 | 3f3f3f3f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)