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 | 蝪駆梺繹 | 1110010110100001100010111110110010011110100100101110001110001000 | e5a18bec9e92e388 |
EUC-JP | 蝪駆梺繹 | 1110101010100011101101101110111011011011111100101110010111101000 | eaa3b6eedbf2e5e8 |
UTF-8 | 蝪駆梺繹 | 111010001001110110101010111010011010011110000110111001101010001010111010111001111011100110111001 | e89daae9a786e6a2bae7b9b9 |
UHC | ???繹 | 0011111100111111001111111110011010111010 | 3f3f3fe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)