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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邏懷ュ | 1110011110110100100111001110010110101101 | e7b49ce5ad |
EUC-JP | 邏懷ュ | 111011101011011011011000111001111000111010101101 | eeb6d8e78ead |
UTF-8 | 邏懷ュ | 111010011000001010001111111001101000011110110111111011111011110110101101 | e9828fe687b7efbdad |
UHC | 邏懷? | 1101010110100100111111001110001100111111 | d5a4fce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)