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 | 昊蛛昊蛛^ | 100111011101110111100101100000011001110111011101111001011000000101011110 | 9ddde5819ddde5815e |
EUC-JP | 昊蛛昊蛛^ | 110110101101111111101001111000011101101011011111111010011110000101011110 | dadfe9e1dadfe9e15e |
UTF-8 | 昊蛛昊蛛^ | 11100110100110001000101011101000100110111001101111100110100110001000101011101000100110111001101101011110 | e6988ae89b9be6988ae89b9b5e |
UHC | 昊蛛昊蛛^ | 111110111100010011110001110010001111101111000100111100011100100001011110 | fbc4f1c8fbc4f1c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)