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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬱望? | 1001111101010100100101100101110100111111 | 9f54965d3f |
EUC-JP | 鬱望? | 1101110110110101110010111011111000111111 | ddb5cbbe3f |
UTF-8 | 鬱望렮 | 111010011010110010110001111001101001110010011011111010111010000010101110 | e9acb1e69c9beba0ae |
UHC | 鬱望렮 | 111010101010011011011000110100001000111010111011 | eaa6d8d08ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)