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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | エ鬢ッ | 111100001011010110110100111010011010010010101111 | f0b5b4e9a4af |
EUC-JP | ?エ鬢ッ | 00111111100011101011010011110010101001101000111010101111 | 3f8eb4f2a68eaf |
UTF-8 | エ鬢ッ | 111011101000000110110100111011111011110110110100111010011010110010100010111011111011110110101111 | ee81b4efbdb4e9aca2efbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)