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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 荏耕?B | 100010010110000010001101011010110011111101000010 | 89608d6b3f42 |
EUC-JP | 荏耕适B | 1011000111000001101110011100110010001111111000011100101101000010 | b1c1b9cc8fe1cb42 |
UTF-8 | 荏耕适B | 11101000100011011000111111101000100000001001010111101001100000001000001001000010 | e88d8fe88095e9808242 |
UHC | 荏耕适B | 11101100111110111100110011101001110011101100000101000010 | ecfbcce9cec142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)