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 | ?賈?賈^ | 00111111111001101100100100111111111001101100100101011110 | 3fe6c93fe6c95e |
EUC-JP | ?賈?賈^ | 00111111111011001100101100111111111011001100101101011110 | 3feccb3feccb5e |
UTF-8 | 뤶賈뤶賈^ | 11101011101001001011011011101000101100111000100011101011101001001011011011101000101100111000100001011110 | eba4b6e8b388eba4b6e8b3885e |
UHC | 뤶賈뤶賈^ | 100011111110010011001010101110011000111111100100110010101011100101011110 | 8fe4cab98fe4cab95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)