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 | 飮í | 11101001101000111010111011101101 | e9a3aeed |
SJIS-WIN | ?£?? | 0011111110000001100100100011111100111111 | 3f81923f3f |
EUC-JP | 飮í | 1000111110101011101100011010000111110010100011111010001011101110100011111010101110111111 | 8fabb1a1f28fa2ee8fabbf |
UTF-8 | 飮í | 1100001110101001110000101010001111000010101011101100001110101101 | c3a9c2a3c2aec3ad |
UHC | ??®? | 0011111100111111101000101110011100111111 | 3f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)