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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ???堉?^ | 0011111100111111001111111000111110110111111111010011111101011110 | 3f3f3f8fb7fd3f5e |
UTF-8 | 閱뤿떵堉퉑^ | 11101001100101101011000111101011101001001011111111101011100101101011010111100101101000001000100111101101100010011001000101011110 | e996b1eba4bfeb96b5e5a089ed89915e |
UHC | 閱뤿떵堉퉑^ | 1110011011110011100011111110101110110110101110101110101110111100101110010110010101011110 | e6f38febb6baebbcb9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)