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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??賞?遡^ | 0011111100111111100011111101110000111111100100010110101101011110 | 3f3f8fdc3f916b5e |
EUC-JP | ??賞?遡^ | 0011111100111111101111101101111000111111110000011100110001011110 | 3f3fbede3fc1cc5e |
UTF-8 | 挻黎賞엙遡^ | 11100110100011001011101111101111101001101000100111101000101100111001111011101100100101111001100111101001100000011010000101011110 | e68cbbefa689e8b39eec9799e981a15e |
UHC | 挻黎賞엙遡^ | 1110011011001001111001101011000111011111110110111001111001110000111000011100111101011110 | e6c9e6b1dfdb9e70e1cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)