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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 除侃^ | 1000111110011100100010101010010001011110 | 8f9c8aa45e |
EUC-JP | 除侃^ | 1011110111111100101101001010011001011110 | bdfcb4a65e |
UTF-8 | 除侃^ | 11101001100110011010010011100100101111101000001101011110 | e999a4e4be835e |
UHC | 除侃^ | 1111000010110110110010101100100101011110 | f0b6cac95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)