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 | DJ}DJ{^ | 100100100100010001001010011111011001001001000100010010100111101101011110 | 92444a7d92444a7b5e |
SJIS-WIN | ?DJ}?DJ{^ | 001111110100010001001010011111010011111101000100010010100111101101011110 | 3f444a7d3f444a7b5e |
EUC-JP | ?DJ}?DJ{^ | 001111110100010001001010011111010011111101000100010010100111101101011110 | 3f444a7d3f444a7b5e |
UTF-8 | DJ}DJ{^ | 1100001010010010010001000100101001111101110000101001001001000100010010100111101101011110 | c292444a7dc292444a7b5e |
UHC | ?DJ}?DJ{^ | 001111110100010001001010011111010011111101000100010010100111101101011110 | 3f444a7d3f444a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)