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 | 熊警??恐 | 1000110001000110100011000111100000111111001111111000101110110000 | 8c468c783f3f8bb0 |
EUC-JP | 熊警??恐 | 1011011110100111101101111101100100111111001111111011011010110010 | b7a7b7d93f3fb6b2 |
UTF-8 | 熊警렗쿡恐 | 111001111000011010001010111010001010110110100110111010111010000010010111111011001011111110100001111001101000000110010000 | e7868ae8ada6eba097ecbfa1e68190 |
UHC | 熊警렗쿡恐 | 11101010101010001100110011101101100011101010110011000100111011101100110111110000 | eaa8cced8eacc4eecdf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)