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 | 鄙慕ソ豹 | 11100111101111111001010111100111101111111001010101011110 | e7bf95e7bf955e |
EUC-JP | 鄙慕ソ豹 | 1110111011000001110010101110100110001110101111111100100110111111 | eec1cae98ebfc9bf |
UTF-8 | 鄙慕ソ豹 | 111010011000010010011001111001101000010110010101111011111011110110111111111010001011000110111001 | e98499e68595efbdbfe8b1b9 |
UHC | 鄙慕?豹 | 11011110101010011101100110110111001111111111100011111011 | dea9d9b73ff8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)