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[^ | 100100100100010001001010010110111001001001000100010010100101101101011110 | 92444a5b92444a5b5e |
SJIS-WIN | ?DJ[?DJ[^ | 001111110100010001001010010110110011111101000100010010100101101101011110 | 3f444a5b3f444a5b5e |
EUC-JP | ?DJ[?DJ[^ | 001111110100010001001010010110110011111101000100010010100101101101011110 | 3f444a5b3f444a5b5e |
UTF-8 | DJ[DJ[^ | 1100001010010010010001000100101001011011110000101001001001000100010010100101101101011110 | c292444a5bc292444a5b5e |
UHC | ?DJ[?DJ[^ | 001111110100010001001010010110110011111101000100010010100101101101011110 | 3f444a5b3f444a5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)