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 | 證???? | 111001101001101000111111001111110011111100111111 | e69a3f3f3f3f |
EUC-JP | 證?侁?? | 1110101111111010001111111000111110110000111111000011111100111111 | ebfa3f8fb0fc3f3f |
UTF-8 | 證빚侁뤋넌 | 111010001010110110001001111010111011100110011010111001001011111010000001111010111010010010001011111010111000010010001100 | e8ad89ebb99ae4be81eba48beb848c |
UHC | 證빚侁뤋넌 | 11110001111110111011101011111010111000111110000010001111101110111011001111001101 | f1fbbafae3e08fbbb3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)