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 | 髮母ウ∫ァ | 1110100110011011100101011110101010110011100000011110011110100111 | e99b95eab381e7a7 |
EUC-JP | 髮母ウ∫ァ | 11110001111110111100101011101100100011101011001110100010111010011000111010100111 | f1fbcaec8eb3a2e98ea7 |
UTF-8 | 髮母ウ∫ァ | 111010011010101110101110111001101010111110001101111011111011110110110011111000101000100010101011111011111011110110100111 | e9abaee6af8defbdb3e288abefbda7 |
UHC | 髮母?∫? | 1101101110100101110110011011110100111111101000011111001000111111 | dba5d9bd3fa1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)