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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鞍宋鞍?^ | 1000100011000110100100010111011010001000110001100011111101011110 | 88c6917688c63f5e |
EUC-JP | 鞍宋鞍蓀^ | 10110000110010001100000111010111101100001100100010001111110110001111100001011110 | b0c8c1d7b0c88fd8f85e |
UTF-8 | 鞍宋鞍蓀^ | 11101001100111101000110111100101101011101000101111101001100111101000110111101000100100111000000001011110 | e99e8de5ae8be99e8de893805e |
UHC | 鞍宋鞍蓀^ | 111001001101001111100001111001001110010011010011111000011110000001011110 | e4d3e1e4e4d3e1e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)