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~ | 001111110110010001111110 | 3f647e |
SJIS-WIN | 竪d~ | 10010010010001110110010001111110 | 9247647e |
EUC-JP | 竪d~ | 11000011101010000110010001111110 | c3a8647e |
UTF-8 | 竪d~ | 1110011110101011101010100110010001111110 | e7abaa647e |
UHC | 竪d~ | 11100010101101010110010001111110 | e2b5647e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)