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 | 蝪駆梺粫 | 1110010110100001100010111110110010011110100100101110001011100110 | e5a18bec9e92e2e6 |
EUC-JP | 蝪駆梺粫 | 1110101010100011101101101110111011011011111100101110010011101000 | eaa3b6eedbf2e4e8 |
UTF-8 | 蝪駆梺粫 | 111010001001110110101010111010011010011110000110111001101010001010111010111001111011001010101011 | e89daae9a786e6a2bae7b2ab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)