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 | 跌?\}跌?\{^ | 1110011011101001001111110101110001111101111001101110100100111111010111000111101101011110 | e6e93f5c7de6e93f5c7b5e |
EUC-JP | 跌?\}跌?\{^ | 1110110011101011001111110101110001111101111011001110101100111111010111000111101101011110 | eceb3f5c7deceb3f5c7b5e |
UTF-8 | 跌성\}跌성\{^ | 1110100010110111100011001110110010000100101100010101110001111101111010001011011110001100111011001000010010110001010111000111101101011110 | e8b78cec84b15c7de8b78cec84b15c7b5e |
UHC | 跌성\}跌성\{^ | 11110010111101101011110010111010010111000111110111110010111101101011110010111010010111000111101101011110 | f2f6bcba5c7df2f6bcba5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)