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 | 髷千エ嶺シ | 1110100110011110100100001110011110110100100101111110010010111100 | e99e90e7b497e4bc |
EUC-JP | 髷千エ嶺シ | 11110001111111101100000011101001100011101011010011001110111001101000111010111100 | f1fec0e98eb4cee68ebc |
UTF-8 | 髷千エ嶺シ | 111010011010101110110111111001011000110110000011111011111011110110110100111001011011011010111010111011111011110110111100 | e9abb7e58d83efbdb4e5b6baefbdbc |
UHC | ?千?嶺? | 00111111111101001011011000111111110101101011101000111111 | 3ff4b63fd6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)