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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 荳茨スサ闡ォH | 11100100101110001000100011101111101111011011101111101000100100011010101101001000 | e4b888efbdbbe891ab48 |
EUC-JP | 荳茨スサ闡ォH | 11101000101110101011000011110001100011101011110110001110101110111110111111110001100011101010101101001000 | e8bab0f18ebd8ebbeff18eab48 |
UTF-8 | 荳茨スサ闡ォH | 11101000100011011011001111101000100011001010100011101111101111011011110111101111101111011011101111101001100101111010000111101111101111011010101101001000 | e88db3e88ca8efbdbdefbdbbe997a1efbdab48 |
UHC | 荳茨??闡?H | 11010100111001011110110110111100001111110011111111110100110001010011111101001000 | d4e5edbc3f3ff4c53f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)