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 | 1110001111000100111000001011110101101110011011110100001001000110 | e3c4e0bd6e6f4246 |
EUC-JP | 翔狄noBF | 1110011011000110111000001011111101101110011011110100001001000110 | e6c6e0bf6e6f4246 |
UTF-8 | 翔狄noBF | 11100111101111111001010011100111100010111000010001101110011011110100001001000110 | e7bf94e78b846e6f4246 |
UHC | 翔狄noBF | 1101111111010110111011101101101001101110011011110100001001000110 | dfd6eeda6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)