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 | 鄂千ゥエ釵 | 1110011110111101100100001110011110101001101101001110011111011110 | e7bd90e7a9b4e7de |
EUC-JP | 鄂千ゥエ釵 | 11101110101111111100000011101001100011101010100110001110101101001110111011100000 | eebfc0e98ea98eb4eee0 |
UTF-8 | 鄂千ゥエ釵 | 111010011000010010000010111001011000110110000011111011111011110110101001111011111011110110110100111010011000011110110101 | e98482e58d83efbda9efbdb4e987b5 |
UHC | 鄂千??釵 | 1110010011000111111101001011011000111111001111111111001111111011 | e4c7f4b63f3ff3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)