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 | 100100011011000010010001011010101001000110110000100100010110101001000010 | 91b0916a91b0916a42 |
EUC-JP | 族阻族阻B | 110000101011001011000001110010111100001010110010110000011100101101000010 | c2b2c1cbc2b2c1cb42 |
UTF-8 | 族阻族阻B | 11100110100101111000111111101001100110001011101111100110100101111000111111101001100110001011101101000010 | e6978fe998bbe6978fe998bb42 |
UHC | 族阻族阻B | 111100001110100111110000111001101111000011101001111100001110011001000010 | f0e9f0e6f0e9f0e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)