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 | 11100011101100001000110111100100100010011011100001000010 | e3b08de489b842 |
EUC-JP | 羃堺穏B | 11100110101100101011101011100110101100101011101001000010 | e6b2bae6b2ba42 |
UTF-8 | 羃堺穏B | 11100111101111101000001111100101101000001011101011100111101010011000111101000010 | e7be83e5a0bae7a98f42 |
UHC | ?堺?B | 0011111111001100111101110011111101000010 | 3fccf73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)