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 | 釘繃釘棚^ | 100100110100001011100011011111011001001101000010100100100100100101011110 | 9342e37d934292495e |
EUC-JP | 釘繃釘棚^ | 110001011010001111100101110111101100010110100011110000111010101001011110 | c5a3e5dec5a3c3aa5e |
UTF-8 | 釘繃釘棚^ | 11101001100001111001100011100111101110011000001111101001100001111001100011100110101000111001101001011110 | e98798e7b983e98798e6a39a5e |
UHC | 釘繃釘棚^ | 111011111111100111011101110111101110111111111001110111011101110001011110 | eff9dddeeff9dddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)