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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 僥??業??^ | 100110010100011000111111001111111000101111000110001111110011111101011110 | 99463f3f8bc63f3f5e |
EUC-JP | 僥??業??^ | 110100011010011100111111001111111011011011001000001111110011111101011110 | d1a73f3fb6c83f3f5e |
UTF-8 | 僥ㅸ댒業붹튂^ | 11100101100000111010010111100011100001011011100011101011100011001001001011100110101001011010110111101011101101101011100111101101100010101000001001011110 | e583a5e385b8eb8c92e6a5adebb6b9ed8a825e |
UHC | 僥ㅸ댒業붹튂^ | 11101000111010011010010011101000100010001011100111100101111101101001010011100110101110011001100001011110 | e8e9a4e888b9e5f694e6b9985e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)