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 | ?嶼蓬 | 0011111110011011110101111001011001001000 | 3f9bd79648 |
EUC-JP | ?嶼蓬 | 0011111111010110110110011100101110101001 | 3fd6d9cba9 |
UTF-8 | 뤶嶼蓬 | 111010111010010010110110111001011011011010111100111010001001001110101100 | eba4b6e5b6bce893ac |
UHC | 뤶嶼蓬 | 100011111110010011011111111011001101110011101111 | 8fe4dfecdcef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)