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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曠飩慍艪 | 1001111001000100111010010100101010011100101100001110010010000010 | 9e44e94a9cb0e482 |
EUC-JP | 曠飩慍艪 | 1101101110100101111100011010101111011000101100101110011111100010 | dba5f1abd8b2e7e2 |
UTF-8 | 曠飩慍艪 | 111001101001101110100000111010011010001110101001111001101000010110001101111010001000100110101010 | e69ba0e9a3a9e6858de889aa |
UHC | 曠??? | 1100111011000111001111110011111100111111 | cec73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)