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 | 諍麥?俸 | 11100110011110011110101001101101001111111001010111101110 | e679ea6d3f95ee |
EUC-JP | 諍麥?俸 | 11101011110110101111001111001110001111111100101011110000 | ebdaf3ce3fcaf0 |
UTF-8 | 諍麥렔俸 | 111010001010101110001101111010011011101010100101111010111010000010010100111001001011111110111000 | e8ab8de9baa5eba094e4bfb8 |
UHC | 諍麥렔俸 | 1110111010110101110110001110101010001110101010011101110011100100 | eeb5d8ea8ea9dce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)