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 | 11100101110111101000101010000111100010111010111101000010 | e5de8a878baf42 |
EUC-JP | 袱括怯B | 11101010111000001011001111100111101101101011000101000010 | eae0b3e7b6b142 |
UTF-8 | 袱括怯B | 11101000101000101011000111100110100010111010110011100110100000001010111101000010 | e8a2b1e68bace680af42 |
UHC | ?括怯B | 001111111100111011000000110011001010010101000010 | 3fcec0cca542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)