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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 畏?????^ | 1000100011011000001111110011111100111111001111110011111101011110 | 88d83f3f3f3f3f5e |
EUC-JP | 畏??堉??^ | 10110000110110100011111100111111100011111011011111111101001111110011111101011110 | b0da3f3f8fb7fd3f3f5e |
UTF-8 | 畏븍ㅈ堉띠쮫^ | 11100111100101011000111111101011101110001000110111100011100001011000100011100101101000001000100111101011100111011010000011101100101011101010101101011110 | e7958febb88de38588e5a089eb9da0ecaeab5e |
UHC | 畏븍ㅈ堉띠쮫^ | 11101000111001101011101011101011101001001011100011101011101111001011011011101100101010001000100001011110 | e8e6baeba4b8ebbcb6eca8885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)