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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 踟轡踟轡^ | 111001101111011110001100010001001110011011110111100011000100010001011110 | e6f78c44e6f78c445e |
EUC-JP | 踟轡踟轡^ | 111011001111100110110111101001011110110011111001101101111010010101011110 | ecf9b7a5ecf9b7a55e |
UTF-8 | 踟轡踟轡^ | 11101000101110001001111111101000101111011010000111101000101110001001111111101000101111011010000101011110 | e8b89fe8bda1e8b89fe8bda15e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)