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 | ?c}?c{^ | 00111111011000110111110100111111011000110111101101011110 | 3f637d3f637b5e |
SJIS-WIN | 樂c}樂c{^ | 100111101101100101100011011111011001111011011001011000110111101101011110 | 9ed9637d9ed9637b5e |
EUC-JP | 樂c}樂c{^ | 110111001101101101100011011111011101110011011011011000110111101101011110 | dcdb637ddcdb637b5e |
UTF-8 | 樂c}樂c{^ | 1110011010101000100000100110001101111101111001101010100010000010011000110111101101011110 | e6a882637de6a882637b5e |
UHC | 樂c}樂c{^ | 111001001100010101100011011111011110010011000101011000110111101101011110 | e4c5637de4c5637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)