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 | 蕣器習腋 | 1110010011111010100010101110110110001111010010111110001111111100 | e4fa8aed8f4be3fc |
EUC-JP | 蕣器習腋 | 1110100011111100101101001110111110111101101011001110011011111110 | e8fcb4efbdace6fe |
UTF-8 | 蕣器習腋 | 111010001001010110100011111001011001100110101000111001111011111110010010111010001000010110001011 | e895a3e599a8e7bf92e8858b |
UHC | 蕣器習腋 | 1110001011110010110100001110111111100011101001111110010011111101 | e2f2d0efe3a7e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)