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 | ?fB | 001111110110011001000010 | 3f6642 |
SJIS-WIN | 叩fB | 10010010010000000110011001000010 | 92406642 |
EUC-JP | 叩fB | 11000011101000010110011001000010 | c3a16642 |
UTF-8 | 叩fB | 1110010110001111101010010110011001000010 | e58fa96642 |
UHC | 叩fB | 11001101101100000110011001000010 | cdb06642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)