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 | 蒟躯。夂 | 11100100111001011000101111101011101000011001101011100111 | e4e58beba19ae7 |
EUC-JP | 蒟躯。夂 | 1110100011100111101101101110110110001110101000011101010011101001 | e8e7b6ed8ea1d4e9 |
UTF-8 | 蒟躯。夂 | 111010001001001010011111111010001011101010101111111011111011110110100001111001011010010010000010 | e8929fe8baafefbda1e5a482 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)