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 | 将「ゥフ | 100011111010101111110010100011111010001011110000100011111010100111001100 | 8fabf28fa2f08fa9cc |
EUC-JP | 将?「?ゥフ | 10111110101011010011111110001110101000100011111110001110101010011000111011001100 | bead3f8ea23f8ea98ecc |
UTF-8 | 将「ゥフ | 111001011011000010000110111011101000011110000110111011111011110110100010111011101000000110001110111011111011110110101001111011111011111010001100 | e5b086ee8786efbda2ee818eefbda9efbe8c |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)