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 | 謐ァ鬣 | 1110011010001101101001111110100110100101 | e68da7e9a5 |
EUC-JP | 謐ァ鬣 | 111010111110110110001110101001111111001010100111 | ebed8ea7f2a7 |
UTF-8 | 謐ァ鬣 | 111010001010110010010000111011111011110110100111111010011010110010100011 | e8ac90efbda7e9aca3 |
UHC | 謐?? | 11011010110011010011111100111111 | dacd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)