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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蝪九d寘歡^ | 1110010110100001100010111110001110000010100001001111101010101001100111110110001101011110 | e5a18be38284faa99f635e |
EUC-JP | 蝪九d寘歡^ | 111010101010001110110110111001011010001111100100100011111011101011100001110111011100010001011110 | eaa3b6e5a3e48fbae1ddc45e |
UTF-8 | 蝪九d寘歡^ | 11101000100111011010101011100100101110011001110111101111101111011000010011100101101011111001100011100110101011011010000101011110 | e89daae4b99defbd84e5af98e6ada15e |
UHC | ?九d?歡^ | 001111111100111011111010101000111110010000111111111111001011011001011110 | 3fcefaa3e43ffcb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)