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 | ???P^ | 0011111100111111001111110101000001011110 | 3f3f3f505e |
SJIS-WIN | 癌??P^ | 100010101110000000111111001111110101000001011110 | 8ae03f3f505e |
EUC-JP | 癌??P^ | 101101001110001000111111001111110101000001011110 | b4e23f3f505e |
UTF-8 | 癌꿰뮵P^ | 1110011110011001100011001110101010111111101100001110101110101110101101010101000001011110 | e7998ceabfb0ebaeb5505e |
UHC | 癌꿰뮵P^ | 1110010011011111101100101110011110010010101111010101000001011110 | e4dfb2e792bd505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)