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 | ûN¦ZoBF | 11111011010011101010011001011010011011110100001001000110 | fb4ea65a6f4246 |
SJIS-WIN | ?N?ZoBF | 00111111010011100011111101011010011011110100001001000110 | 3f4e3f5a6f4246 |
EUC-JP | ûN¦ZoBF | 1000111110101011111001010100111010001111101000101100001101011010011011110100001001000110 | 8fabe54e8fa2c35a6f4246 |
UTF-8 | ûN¦ZoBF | 110000111011101101001110110000101010011001011010011011110100001001000110 | c3bb4ec2a65a6f4246 |
UHC | ?N?ZoBF | 00111111010011100011111101011010011011110100001001000110 | 3f4e3f5a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)