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 | ??IoBF | 001111110011111101001001011011110100001001000110 | 3f3f496f4246 |
SJIS-WIN | ??IoBF | 001111110011111101001001011011110100001001000110 | 3f3f496f4246 |
EUC-JP | 洧?IoBF | 1000111111000111101101000011111101001001011011110100001001000110 | 8fc7b43f496f4246 |
UTF-8 | 洧렫IoBF | 11100110101101001010011111101011101000001010101101001001011011110100001001000110 | e6b4a7eba0ab496f4246 |
UHC | 洧렫IoBF | 1110101011111011100011101011100101001001011011110100001001000110 | eafb8eb9496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)