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 | 鈬エ髦ェ顆 | 1110011111100011101101001110100110011000101010101110100011110111 | e7e3b4e998aae8f7 |
EUC-JP | 鈬エ髦ェ顆 | 11101110111001011000111010110100111100011111100010001110101010101111000011111001 | eee58eb4f1f88eaaf0f9 |
UTF-8 | 鈬エ髦ェ顆 | 111010011000100010101100111011111011110110110100111010011010101110100110111011111011110110101010111010011010000110000110 | e988acefbdb4e9aba6efbdaae9a186 |
UHC | ????顆 | 001111110011111100111111001111111100111010101000 | 3f3f3f3fcea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)