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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 柔輕杰 | 100011110101111111100111011010101001111001011110 | 8f5fe76a9e5e |
EUC-JP | 柔輕杰 | 101111011100000011101101110010111101101110111111 | bdc0edcbdbbf |
UTF-8 | 柔輕杰 | 111001101001111110010100111010001011110010010101111001101001110110110000 | e69f94e8bc95e69db0 |
UHC | 柔輕杰 | 111010101111010111001100111011101100101111111001 | eaf5cceecbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)