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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 褓墨褓墨B | 111001011110111010010110011011101110010111101110100101100110111001000010 | e5ee966ee5ee966e42 |
EUC-JP | 褓墨褓墨B | 111010101111000011001011110011111110101011110000110010111100111101000010 | eaf0cbcfeaf0cbcf42 |
UTF-8 | 褓墨褓墨B | 11101000101001001001001111100101101000101010100011101000101001001001001111100101101000101010100001000010 | e8a493e5a2a8e8a493e5a2a842 |
UHC | 褓墨褓墨B | 110111001100111011011001111110001101110011001110110110011111100001000010 | dcced9f8dcced9f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)