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 | ènènB | 111010001001101110011011011011101110100010011011100110110110111001000010 | e89b9b6ee89b9b6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | è??nè??nB | 10001111101010111011001000111111001111110110111010001111101010111011001000111111001111110110111001000010 | 8fabb23f3f6e8fabb23f3f6e42 |
UTF-8 | ènènB | 110000111010100011000010100110111100001010011011011011101100001110101000110000101001101111000010100110110110111001000010 | c3a8c29bc29b6ec3a8c29bc29b6e42 |
UHC | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)