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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | エ鬢ッB | 11110000101101011011010011101001101001001010111101000010 | f0b5b4e9a4af42 |
EUC-JP | ?エ鬢ッB | 0011111110001110101101001111001010100110100011101010111101000010 | 3f8eb4f2a68eaf42 |
UTF-8 | エ鬢ッB | 11101110100000011011010011101111101111011011010011101001101011001010001011101111101111011010111101000010 | ee81b4efbdb4e9aca2efbdaf42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)