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 | [[^ | 10001111101011010101101110001111101011010101101101011110 | 8fad5b8fad5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
UTF-8 | [[^ | 1100001010001111110000101010110101011011110000101000111111000010101011010101101101011110 | c28fc2ad5bc28fc2ad5b5e |
UHC | ?[?[^ | 001111111010000110101001010110110011111110100001101010010101101101011110 | 3fa1a95b3fa1a95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)