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 | 1110011101101000111000100110001001101110011011110100001001000110 | e768e2626e6f4246 |
EUC-JP | 輊稈noBF | 1110110111001001111000111100001101101110011011110100001001000110 | edc9e3c36e6f4246 |
UTF-8 | 輊稈noBF | 11101000101111001000101011100111101010001000100001101110011011110100001001000110 | e8bc8ae7a8886e6f4246 |
UHC | ?稈noBF | 00111111110010101101100101101110011011110100001001000110 | 3fcad96e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)