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?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 逡D逡D^ | 11100111100101010100010011100111100101010100010001011110 | e79544e795445e |
EUC-JP | 逡D逡D^ | 11101101111101010100010011101101111101010100010001011110 | edf544edf5445e |
UTF-8 | 逡D逡D^ | 111010011000000010100001010001001110100110000000101000010100010001011110 | e980a144e980a1445e |
UHC | 逡D逡D^ | 11110001111001000100010011110001111001000100010001011110 | f1e444f1e4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)