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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 腴g敢粃 | 1110010001001010100000101000011110001010101110001110001011100001 | e44a82878ab8e2e1 |
EUC-JP | 腴g敢粃 | 1110011110101011101000111110011110110100101110101110010011100011 | e7aba3e7b4bae4e3 |
UTF-8 | 腴g敢粃 | 111010001000010110110100111011111011110110000111111001101001010110100010111001111011001010000011 | e885b4efbd87e695a2e7b283 |
UHC | ?g敢粃 | 00111111101000111110011111001010111100101101110111111011 | 3fa3e7caf2ddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)