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 | ?noBF | 0011111101101110011011110100001001000110 | 3f6e6f4246 |
SJIS-WIN | 拜noBF | 100111010110000001101110011011110100001001000110 | 9d606e6f4246 |
EUC-JP | 拜noBF | 110110011100000101101110011011110100001001000110 | d9c16e6f4246 |
UTF-8 | 拜noBF | 11100110100010111001110001101110011011110100001001000110 | e68b9c6e6f4246 |
UHC | 拜noBF | 110110111100100001101110011011110100001001000110 | dbc86e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)