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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謐ィ蛟 | 1110011010001101101010001110010110000000 | e68da8e580 |
EUC-JP | 謐ィ蛟 | 111010111110110110001110101010001110100111100000 | ebed8ea8e9e0 |
UTF-8 | 謐ィ蛟 | 111010001010110010010000111011111011110110101000111010001001101110011111 | e8ac90efbda8e89b9f |
UHC | 謐?蛟 | 1101101011001101001111111100111011110001 | dacd3fcef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)