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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 謐ィ荳磯「カ | 111001101000110110101000111001001011100010001000111010011010001010110110 | e68da8e4b888e9a2b6 |
EUC-JP | 謐ィ荳磯「カ | 111010111110110110001110101010001110100010111010101100001110101110001110101000101000111010110110 | ebed8ea8e8bab0eb8ea28eb6 |
UTF-8 | 謐ィ荳磯「カ | 111010001010110010010000111011111011110110101000111010001000110110110011111001111010001110101111111011111011110110100010111011111011110110110110 | e8ac90efbda8e88db3e7a3afefbda2efbdb6 |
UHC | 謐?荳磯?? | 110110101100110100111111110101001110010111010001101101000011111100111111 | dacd3fd4e5d1b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)