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 | 묱nB | 1110101110101100101100010110111001000010 | ebacb16e42 |
SJIS-WIN | ?±nB | 00111111100000011100101010000001011111010110111001000010 | 3f81ca817d6e42 |
EUC-JP | 묱nB | 100011111010101110110011101000101100110010100001110111100110111001000010 | 8fabb3a2cca1de6e42 |
UTF-8 | 묱nB | 1100001110101011110000101010110011000010101100010110111001000010 | c3abc2acc2b16e42 |
UHC | ??±nB | 001111110011111110100001101111100110111001000010 | 3f3fa1be6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)