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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 淲呎ioBF | 111110110100010010011001111001101000001010001001011011110100001001000110 | fb4499e682896f4246 |
EUC-JP | ?呎ioBF | 0011111111010010111010001010001111101001011011110100001001000110 | 3fd2e8a3e96f4246 |
UTF-8 | 淲呎ioBF | 111001101011011110110010111001011001000110001110111011111011110110001001011011110100001001000110 | e6b7b2e5918eefbd896f4246 |
UHC | ??ioBF | 00111111001111111010001111101001011011110100001001000110 | 3f3fa3e96f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)