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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 桎?嫡肉 | 10011110011111100011111110010010100001001001001111110111 | 9e7e3f928493f7 |
EUC-JP | 桎?嫡肉 | 11011011110111110011111111000011111001001100011011111001 | dbdf3fc3e4c6f9 |
UTF-8 | 桎롈嫡肉 | 111001101010000110001110111010111010000110001000111001011010101110100001111010001000001010001001 | e6a18eeba188e5aba1e88289 |
UHC | 桎롈嫡肉 | 1111001011101110100011101100111011101110110101011110101110111111 | f2ee8eceeed5ebbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)