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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 害坤B | 1000101001010001100011011010001101000010 | 8a518da342 |
EUC-JP | 害坤B | 1011001110110010101110101010010101000010 | b3b2baa542 |
UTF-8 | 害坤B | 11100101101011101011001111100101100111011010010001000010 | e5aeb3e59da442 |
UHC | 害坤B | 1111101010101010110011011101111001000010 | faaacdde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)