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 | ???]\ | 0011111100111111001111110101110101011100 | 3f3f3f5d5c |
SJIS-WIN | 谿曙牡]\ | 1110011010101110100011111000110010001001101100100101110101011100 | e6ae8f8c89b25d5c |
EUC-JP | 谿曙牡]\ | 1110110010110000101111011110110010110010101101000101110101011100 | ecb0bdecb2b45d5c |
UTF-8 | 谿曙牡]\ | 1110100010110000101111111110011010011011100110011110011110001001101000010101110101011100 | e8b0bfe69b99e789a15d5c |
UHC | 谿曙牡]\ | 1100110110101100110111111111010111011001110000000101110101011100 | cdacdff5d9c05d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)