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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 袱鶩k}袱鶩k{^ | 11100101110111101110101001001110011010110111110111100101110111101110101001001110011010110111101101011110 | e5deea4e6b7de5deea4e6b7b5e |
EUC-JP | 袱鶩k}袱鶩k{^ | 11101010111000001111001110101111011010110111110111101010111000001111001110101111011010110111101101011110 | eae0f3af6b7deae0f3af6b7b5e |
UTF-8 | 袱鶩k}袱鶩k{^ | 1110100010100010101100011110100110110110101010010110101101111101111010001010001010110001111010011011011010101001011010110111101101011110 | e8a2b1e9b6a96b7de8a2b1e9b6a96b7b5e |
UHC | ?鶩k}?鶩k{^ | 0011111111011001110100000110101101111101001111111101100111010000011010110111101101011110 | 3fd9d06b7d3fd9d06b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)