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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 逍卓件h | 11100111100101101001000111101100100011001000111101101000 | e79691ec8c8f68 |
EUC-JP | 逍卓件h | 11101101111101101100001011101110101101111110111101101000 | edf6c2eeb7ef68 |
UTF-8 | 逍卓件h | 11101001100000001000110111100101100011011001001111100100101110111011011001101000 | e9808de58d93e4bbb668 |
UHC | 逍卓件h | 11100001110011101111011011110001110010111110110001101000 | e1cef6f1cbec68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)