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 | ???g@h | 001111110011111100111111011001110100000001101000 | 3f3f3f674068 |
SJIS-WIN | テδ・g@h | 11000011100000111100001010100101011001110100000001101000 | c383c2a5674068 |
EUC-JP | テδ・g@h | 100011101100001110100110110001001000111010100101011001110100000001101000 | 8ec3a6c48ea5674068 |
UTF-8 | テδ・g@h | 1110111110111110100000111100111010110100111011111011110110100101011001110100000001101000 | efbe83ceb4efbda5674068 |
UHC | ?δ?g@h | 00111111101001011110010000111111011001110100000001101000 | 3fa5e43f674068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)