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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 裂翦n}裂翦n{^ | 10010111111101001110001111000110011011100111110110010111111101001110001111000110011011100111101101011110 | 97f4e3c66e7d97f4e3c66e7b5e |
EUC-JP | 裂翦n}裂翦n{^ | 11001110111101101110011011001000011011100111110111001110111101101110011011001000011011100111101101011110 | cef6e6c86e7dcef6e6c86e7b5e |
UTF-8 | 裂翦n}裂翦n{^ | 1110100010100011100000101110011110111111101001100110111001111101111010001010001110000010111001111011111110100110011011100111101101011110 | e8a382e7bfa66e7de8a382e7bfa66e7b5e |
UHC | 裂?n}裂?n{^ | 1101011010101110001111110110111001111101110101101010111000111111011011100111101101011110 | d6ae3f6e7dd6ae3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)