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 | 侑莎?擔 | 10011000110100001110010010110011001111111001110101011110 | 98d0e4b33f9d5e |
EUC-JP | 侑莎?擔 | 11010000110100101110100010110101001111111101100110111111 | d0d2e8b53fd9bf |
UTF-8 | 侑莎렟擔 | 111001001011111010010001111010001000111010001110111010111010000010011111111001101001001110010100 | e4be91e88e8eeba09fe69394 |
UHC | 侑莎렟擔 | 1110101011100010110111101110110110001110101100001101001110111101 | eae2deed8eb0d3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)