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 | 證?α紙? | 1110011010011010001111111000001110111111100011101000011000111111 | e69a3f83bf8e863f |
EUC-JP | 證?α紙? | 1110101111111010001111111010011011000001101110111110011000111111 | ebfa3fa6c1bbe63f |
UTF-8 | 證븍α紙렔 | 1110100010101101100010011110101110111000100011011100111010110001111001111011010010011001111010111010000010010100 | e8ad89ebb88dceb1e7b499eba094 |
UHC | 證븍α紙렔 | 11110001111110111011101011101011101001011110000111110010101101011000111010101001 | f1fbbaeba5e1f2b58ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)