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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髮蛾宦讀カ | 111010011001101110001001111010011001101110000001111001101010010010110110 | e99b89e99b81e6a4b6 |
EUC-JP | 髮蛾宦讀カ | 11110001111110111011001011101011110101011110000111101100101001101000111010110110 | f1fbb2ebd5e1eca68eb6 |
UTF-8 | 髮蛾宦讀カ | 111010011010101110101110111010001001101110111110111001011010111010100110111010001010111010000000111011111011110110110110 | e9abaee89bbee5aea6e8ae80efbdb6 |
UHC | 髮蛾宦讀? | 110110111010010111100100101101101111110010110010110101001100000100111111 | dba5e4b6fcb2d4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)