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 | 飮í | 1110100110100011101011101110110110001010 | e9a3aeed8a |
SJIS-WIN | ?£??? | 001111111000000110010010001111110011111100111111 | 3f81923f3f3f |
EUC-JP | 飮í? | 100011111010101110110001101000011111001010001111101000101110111010001111101010111011111100111111 | 8fabb1a1f28fa2ee8fabbf3f |
UTF-8 | 飮í | 11000011101010011100001010100011110000101010111011000011101011011100001010001010 | c3a9c2a3c2aec3adc28a |
UHC | ??®?? | 001111110011111110100010111001110011111100111111 | 3f3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)