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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 陟。\}陟。\{^ | 1110100010100000101000010101110001111101111010001010000010100001010111000111101101011110 | e8a0a15c7de8a0a15c7b5e |
EUC-JP | 陟。\}陟。\{^ | 11110000101000101000111010100001010111000111110111110000101000101000111010100001010111000111101101011110 | f0a28ea15c7df0a28ea15c7b5e |
UTF-8 | 陟。\}陟。\{^ | 1110100110011001100111111110111110111101101000010101110001111101111010011001100110011111111011111011110110100001010111000111101101011110 | e9999fefbda15c7de9999fefbda15c7b5e |
UHC | 陟?\}陟?\{^ | 1111010010110011001111110101110001111101111101001011001100111111010111000111101101011110 | f4b33f5c7df4b33f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)