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 | 001111110011111101101110011011110100001001000110 | 3f3f6e6f4246 |
SJIS-WIN | 衒柴noBF | 1110010111001000100011101100010001101110011011110100001001000110 | e5c88ec46e6f4246 |
EUC-JP | 衒柴noBF | 1110101011001010101111001100011001101110011011110100001001000110 | eacabcc66e6f4246 |
UTF-8 | 衒柴noBF | 11101000101000011001001011100110100111111011010001101110011011110100001001000110 | e8a192e69fb46e6f4246 |
UHC | 衒柴noBF | 1111101011100101111000111100001101101110011011110100001001000110 | fae5e3c36e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)