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 | 邏懃エ廝 | 11100111101101001001110011100111101101001001110001000010 | e7b49ce7b49c42 |
EUC-JP | 邏懃エ廝 | 1110111010110110110110001110100110001110101101001101011110100011 | eeb6d8e98eb4d7a3 |
UTF-8 | 邏懃エ廝 | 111010011000001010001111111001101000011110000011111011111011110110110100111001011011101110011101 | e9828fe68783efbdb4e5bb9d |
UHC | 邏懃?? | 110101011010010011010000110001000011111100111111 | d5a4d0c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)