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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓍削戎茘 | 1110010011100111100011011110110110001111010111101110010010101011 | e4e78ded8f5ee4ab |
EUC-JP | 蓍削戎茘 | 1110100011101001101110101110111110111101101111111110100010101101 | e8e9baefbdbfe8ad |
UTF-8 | 蓍削戎茘 | 111010001001001110001101111001011000100110001010111001101000100010001110111010001000110010011000 | e8938de5898ae6888ee88c98 |
UHC | 蓍削戎? | 11100011110010011101111011111011111010111101010000111111 | e3c9defbebd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)