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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 妖肯彬愉? | 100101110110010010001101011011011001010101101010100101101111100100111111 | 97648d6d956a96f93f |
EUC-JP | 妖肯彬愉? | 110011011100010110111001110011101100100111001011110011001111101100111111 | cdc5b9cec9cbccfb3f |
UTF-8 | 妖肯彬愉브 | 111001011010011010010110111010001000001010101111111001011011110110101100111001101000010010001001111010111011100010001100 | e5a696e882afe5bdace68489ebb88c |
UHC | 妖肯彬愉브 | 11101000111011011101000011101001110111101010111111101010111100001011101011101010 | e8edd0e9deafeaf0baea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)