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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?妻?B | 0011111110001101110010000011111101000010 | 3f8dc83f42 |
EUC-JP | ?妻?B | 0011111110111010110010100011111101000010 | 3fbaca3f42 |
UTF-8 | 렾妻롌B | 11101011101000001011111011100101101001101011101111101011101000011000110001000010 | eba0bee5a6bbeba18c42 |
UHC | 렾妻롌B | 10001110110001101111010010100011100011101101001001000010 | 8ec6f4a38ed242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)