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 | 畯???? | 111110110110111100111111001111110011111100111111 | fb6f3f3f3f3f |
EUC-JP | 畯???? | 10001111110011011011101100111111001111110011111100111111 | 8fcdbb3f3f3f3f |
UTF-8 | 畯祿렭뤉톻 | 111001111001010110101111111011111010010010111100111010111010000010101101111010111010010010001001111011011000011010111011 | e795afefa4bceba0adeba489ed86bb |
UHC | 畯祿렭뤉톻 | 11110001111000011101001011010000100011101011101010001111101110011011011110001110 | f1e1d2d08eba8fb9b78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)