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 | 賤悒\}賤悒\{^ | 11100110110010111001110010100011010111000111110111100110110010111001110010100011010111000111101101011110 | e6cb9ca35c7de6cb9ca35c7b5e |
EUC-JP | 賤悒\}賤悒\{^ | 11101100110011011101100010100101010111000111110111101100110011011101100010100101010111000111101101011110 | eccdd8a55c7deccdd8a55c7b5e |
UTF-8 | 賤悒\}賤悒\{^ | 1110100010110011101001001110011010000010100100100101110001111101111010001011001110100100111001101000001010010010010111000111101101011110 | e8b3a4e682925c7de8b3a4e682925c7b5e |
UHC | 賤?\}賤?\{^ | 1111010011000001001111110101110001111101111101001100000100111111010111000111101101011110 | f4c13f5c7df4c13f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)