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 | 鄂弱Ηヘ | 11100111101111011000111011100011100000111010010111001101 | e7bd8ee383a5cd |
EUC-JP | 鄂弱Ηヘ | 1110111010111111101111001110010110100110101001111000111011001101 | eebfbce5a6a78ecd |
UTF-8 | 鄂弱Ηヘ | 1110100110000100100000101110010110111100101100011100111010010111111011111011111010001101 | e98482e5bcb1ce97efbe8d |
UHC | 鄂弱Η? | 11100100110001111110010110110000101001011100011100111111 | e4c7e5b0a5c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)