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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 摯移] | 1001110110010101100010001101101001011101 | 9d9588da5d |
EUC-JP | 摯移] | 1101100111110101101100001101110001011101 | d9f5b0dc5d |
UTF-8 | 摯移] | 11100110100100011010111111100111101001111011101101011101 | e691afe7a7bb5d |
UHC | 摯移] | 1111001010100111111011001011100101011101 | f2a7ecb95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)