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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豫?!援 | 10011000101011000011111110000001010010011000100110000111 | 98ac3f81498987 |
EUC-JP | 豫?!援 | 11010000101011100011111110100001101010101011000111100111 | d0ae3fa1aab1e7 |
UTF-8 | 豫뗫!援 | 111010001011000110101011111010111001011110101011111011111011110010000001111001101000111110110100 | e8b1abeb97abefbc81e68fb4 |
UHC | 豫뗫!援 | 1110011111100011100010111110101110100011101000011110101010110101 | e7e38beba3a1eab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)