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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 痙痙B | 1110000101111010111000010111101001000010 | e17ae17a42 |
EUC-JP | 痙痙B | 1110000111011011111000011101101101000010 | e1dbe1db42 |
UTF-8 | 痙痙B | 11100111100101111001100111100111100101111001100101000010 | e79799e7979942 |
UHC | 痙痙B | 1100110011100010110011001110001001000010 | cce2cce242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)