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 | 髫エ貊捺洞 | 111010011001101010110100111001101011101110010011111001101001001110110100 | e99ab4e6bb93e693b4 |
EUC-JP | 髫エ貊捺洞 | 11110001111110101000111010110100111011001011110111000110111010001100011010110110 | f1fa8eb4ecbdc6e8c6b6 |
UTF-8 | 髫エ貊捺洞 | 111010011010101110101011111011111011110110110100111010001011001010001010111001101000110110111010111001101011010010011110 | e9ababefbdb4e8b28ae68dbae6b49e |
UHC | ??貊捺洞 | 0011111100111111110110001110011111010001111101001101010011010111 | 3f3fd8e7d1f4d4d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)