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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 羞駕曺F | 11100011101101011000100111101101111110101101111001000110 | e3b589edfade46 |
EUC-JP | 羞駕曺F | 1110011010110111101100101110111110001111110000101110110101000110 | e6b7b2ef8fc2ed46 |
UTF-8 | 羞駕曺F | 11100111101111101001111011101001101001111001010111100110100110111011101001000110 | e7be9ee9a795e69bba46 |
UHC | 羞駕曺F | 11100010101110101100101010111101111100001100011001000110 | e2bacabdf0c646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)