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 | 腰⑤?? | 100011011001100010000111010001000011111100111111 | 8d9887443f3f |
EUC-JP | 腰??堉 | 10111001111110000011111100111111100011111011011111111101 | b9f83f3f8fb7fd |
UTF-8 | 腰⑤맫堉 | 111010001000010110110000111000101001000110100100111010111010011110101011111001011010000010001001 | e885b0e291a4eba7abe5a089 |
UHC | 腰⑤맫堉 | 1110100110100110101010001110101110010000101100111110101110111100 | e9a6a8eb90b3ebbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)