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 | 嗽?6豫 | 10011010011101010011111110000010010101011001100010101100 | 9a753f825598ac |
EUC-JP | 嗽?6豫 | 11010011110101100011111110100011101101101101000010101110 | d3d63fa3b6d0ae |
UTF-8 | 嗽녿6豫 | 111001011001011110111101111010111000010110111111111011111011110010010110111010001011000110101011 | e597bdeb85bfefbc96e8b1ab |
UHC | 嗽녿6豫 | 1110000111110101100001101110101110100011101101101110011111100011 | e1f586eba3b6e7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)