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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 釣?揄??曉 | 100100101101111000111111100111011000100100111111001111111001110111111010 | 92de3f9d893f3f9dfa |
EUC-JP | 釣?揄??曉 | 110001001110000000111111110110011110100100111111001111111101101011111100 | c4e03fd9e93f3fdafc |
UTF-8 | 釣샹揄롖뤓曉 | 111010011000011110100011111011001000001110111001111001101000111110000100111010111010000110010110111010111010010010010011111001101001101110001001 | e987a3ec83b9e68f84eba196eba493e69b89 |
UHC | 釣샹揄롖뤓曉 | 111100001110010110111100101001111110101011110001100011101101101010001111110000111111110011111011 | f0e5bca7eaf18eda8fc3fcfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)