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 | 髮懷雀諠ア | 111010011001101110011100111001011001000010011101111001101000001110110001 | e99b9ce5909de683b1 |
EUC-JP | 髮懷雀諠ア | 11110001111110111101100011100111101111111111110111101011111000111000111010110001 | f1fbd8e7bffdebe38eb1 |
UTF-8 | 髮懷雀諠ア | 111010011010101110101110111001101000011110110111111010011001101110000000111010001010101110100000111011111011110110110001 | e9abaee687b7e99b80e8aba0efbdb1 |
UHC | 髮懷雀?? | 1101101110100101111111001110001111101101110011010011111100111111 | dba5fce3edcd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)