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 | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
SJIS-WIN | 失??noBF | 1000111010111000001111110011111101101110011011110100001001000110 | 8eb83f3f6e6f4246 |
EUC-JP | 失??noBF | 1011110010111010001111110011111101101110011011110100001001000110 | bcba3f3f6e6f4246 |
UTF-8 | 失뤵돮noBF | 11100101101001001011000111101011101001001011010111101011100011111010111001101110011011110100001001000110 | e5a4b1eba4b5eb8fae6e6f4246 |
UHC | 失뤵돮noBF | 11100011111101111000111111100011100010011011000101101110011011110100001001000110 | e3f78fe389b16e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)