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 | ¸ÔÈá | 1011100011010100100011111100100011100001 | b8d48fc8e1 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ¸Ô?Èá | 10001111101000101011000110001111101010101101010000111111100011111010101010110010100011111010101110100001 | 8fa2b18faad43f8faab28faba1 |
UTF-8 | ¸ÔÈá | 11000010101110001100001110010100110000101000111111000011100010001100001110100001 | c2b8c394c28fc388c3a1 |
UHC | ¸???? | 101000101010110000111111001111110011111100111111 | a2ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)