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 | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 皰鳴oBF | 11100001101011001001011011000010011011110100001001000110 | e1ac96c26f4246 |
EUC-JP | 皰鳴oBF | 11100010101011101100110011000100011011110100001001000110 | e2aeccc46f4246 |
UTF-8 | 皰鳴oBF | 111001111001101010110000111010011011001110110100011011110100001001000110 | e79ab0e9b3b46f4246 |
UHC | ?鳴oBF | 001111111101100110110000011011110100001001000110 | 3fd9b06f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)