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 | 鞍雪鞍薛^ | 100010001100011010010000111000011000100011000110111001010100110001011110 | 88c690e188c6e54c5e |
EUC-JP | 鞍雪鞍薛^ | 101100001100100011000000111000111011000011001000111010011010110101011110 | b0c8c0e3b0c8e9ad5e |
UTF-8 | 鞍雪鞍薛^ | 11101001100111101000110111101001100110111010101011101001100111101000110111101000100101101001101101011110 | e99e8de99baae99e8de8969b5e |
UHC | 鞍雪鞍薛^ | 111001001101001111100000111001001110010011010011111000001110000001011110 | e4d3e0e4e4d3e0e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)