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 | Däc}Däc{^ | 1001111001000100111001000110001101111101100111100100010011100100011000110111101101011110 | 9e44e4637d9e44e4637b5e |
SJIS-WIN | ?D?c}?D?c{^ | 0011111101000100001111110110001101111101001111110100010000111111011000110111101101011110 | 3f443f637d3f443f637b5e |
EUC-JP | ?Däc}?Däc{^ | 001111110100010010001111101010111010001101100011011111010011111101000100100011111010101110100011011000110111101101011110 | 3f448faba3637d3f448faba3637b5e |
UTF-8 | Däc}Däc{^ | 110000101001111001000100110000111010010001100011011111011100001010011110010001001100001110100100011000110111101101011110 | c29e44c3a4637dc29e44c3a4637b5e |
UHC | ?D?c}?D?c{^ | 0011111101000100001111110110001101111101001111110100010000111111011000110111101101011110 | 3f443f637d3f443f637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)