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?? | 00111111010001000011111100111111 | 3f443f3f |
SJIS-WIN | 短D揃辿 | 10010010010110100100010010010001101101011001001001001000 | 925a4491b59248 |
EUC-JP | 短D揃辿 | 11000011101110110100010011000010101101111100001110101001 | c3bb44c2b7c3a9 |
UTF-8 | 短D揃辿 | 11100111100111111010110101000100111001101000111110000011111010001011111010111111 | e79fad44e68f83e8bebf |
UHC | 短D?? | 1101001110101101010001000011111100111111 | d3ad443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)