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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?嶼凡施?? | 001111111001101111010111100101100111110110001110011110110011111100111111 | 3f9bd7967d8e7b3f3f |
EUC-JP | ?嶼凡施?? | 001111111101011011011001110010111101111010111011110111000011111100111111 | 3fd6d9cbdebbdc3f3f |
UTF-8 | 뤶嶼凡施뤾列 | 111010111010010010110110111001011011011010111100111001011000011110100001111001101001011010111101111010111010010010111110111011111010011010011100 | eba4b6e5b6bce587a1e696bdeba4beefa69c |
UHC | 뤶嶼凡施뤾列 | 100011111110010011011111111011001101101111101101111000111011111110001111111010101110011011101010 | 8fe4dfecdbede3bf8feae6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)