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 | 照繽ニ紕 | 10001111110001101110001110001111110001101110001101000010 | 8fc6e38fc6e342 |
EUC-JP | 照繽ニ紕 | 1011111011001000111001011110111110001110110001101110010110100011 | bec8e5ef8ec6e5a3 |
UTF-8 | 照繽ニ紕 | 111001111000010110100111111001111011100110111101111011111011111010000110111001111011010010010101 | e785a7e7b9bdefbe86e7b495 |
UHC | 照??? | 1111000011001110001111110011111100111111 | f0ce3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)