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 | ??????Wm | 0011111100111111001111110011111100111111001111110101011101101101 | 3f3f3f3f3f3f576d |
SJIS-WIN | 将ウ「ヒ悊エWm | 10001111101010111011001110100010110010111111101010111110101101000101011101101101 | 8fabb3a2cbfabeb4576d |
EUC-JP | 将ウ「ヒ悊エWm | 101111101010110110001110101100111000111010100010100011101100101110001111101111011111000010001110101101000101011101101101 | bead8eb38ea28ecb8fbdf08eb4576d |
UTF-8 | 将ウ「ヒ悊エWm | 1110010110110000100001101110111110111101101100111110111110111101101000101110111110111110100010111110011010000010100010101110111110111101101101000101011101101101 | e5b086efbdb3efbda2efbe8be6828aefbdb4576d |
UHC | ??????Wm | 0011111100111111001111110011111100111111001111110101011101101101 | 3f3f3f3f3f3f576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)