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 | ???Cwh | 001111110011111100111111010000110111011101101000 | 3f3f3f437768 |
SJIS-WIN | 猷??Cwh | 10010111010100010011111100111111010000110111011101101000 | 97513f3f437768 |
EUC-JP | 猷??Cwh | 11001101101100100011111100111111010000110111011101101000 | cdb23f3f437768 |
UTF-8 | 猷듸퐴Cwh | 111001111000110010110111111010111001001110111000111011011001000010110100010000110111011101101000 | e78cb7eb93b8ed90b4437768 |
UHC | 猷듸퐴Cwh | 111010111010001110110101111011111011110110011101010000110111011101101000 | eba3b5efbd9d437768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)