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 | 䢴⸠| 1110010010100010100011101000011010000100101101001110001010111000 | e4a28e8684b4e2b8 |
SJIS-WIN | ?¢???´?? | 00111111100000011001000100111111001111110011111110000001010011000011111100111111 | 3f81913f3f3f814c3f3f |
EUC-JP | ä¢???´â¸ | 10001111101010111010001110100001111100010011111100111111001111111010000110101101100011111010101110100100100011111010001010110001 | 8faba3a1f13f3f3fa1ad8faba48fa2b1 |
UTF-8 | 䢴⸠| 11000011101001001100001010100010110000101000111011000010100001101100001010000100110000101011010011000011101000101100001010111000 | c3a4c2a2c28ec286c284c2b4c3a2c2b8 |
UHC | ?????´?¸ | 00111111001111110011111100111111001111111010001010100101001111111010001010101100 | 3f3f3f3f3fa2a53fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)