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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銷橸、ォ貊 | 1110011111110111100111101110111110100100101010111110011010111011 | e7f79eefa4abe6bb |
EUC-JP | 銷橸、ォ貊 | 11101110111110011101110011110001100011101010010010001110101010111110110010111101 | eef9dcf18ea48eabecbd |
UTF-8 | 銷橸、ォ貊 | 111010011000101010110111111001101010100110111000111011111011110110100100111011111011110110101011111010001011001010001010 | e98ab7e6a9b8efbda4efbdabe8b28a |
UHC | 銷???貊 | 11100001110100010011111100111111001111111101100011100111 | e1d13f3f3fd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)