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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬮ア鄂ケ螂 | 1110100110101011101100011110011110111101101110011110010110100101 | e9abb1e7bdb9e5a5 |
EUC-JP | 鬮ア鄂ケ螂 | 11110010101011011000111010110001111011101011111110001110101110011110101010100111 | f2ad8eb1eebf8eb9eaa7 |
UTF-8 | 鬮ア鄂ケ螂 | 111010011010110010101110111011111011110110110001111010011000010010000010111011111011110110111001111010001001111010000010 | e9acaeefbdb1e98482efbdb9e89e82 |
UHC | ??鄂?螂 | 00111111001111111110010011000111001111111101010111001100 | 3f3fe4c73fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)