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 | 趾?精?^ | 11100110111001000011111110010000101110000011111101011110 | e6e43f90b83f5e |
EUC-JP | 趾?精?^ | 11101100111001100011111111000000101110100011111101011110 | ece63fc0ba3f5e |
UTF-8 | 趾렧精렞^ | 11101000101101101011111011101011101000001010011111100111101100101011111011101011101000001001111001011110 | e8b6beeba0a7e7b2beeba09e5e |
UHC | 趾렧精렞^ | 111100101011111110001110101101101110111111110001100011101010111101011110 | f2bf8eb6eff18eaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)