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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 网。侒BF | 111000111010010011110111101010001010000111111010011011110100001001000110 | e3a4f7a8a1fa6f4246 |
EUC-JP | 网?。侒BF | 11100110101001100011111110001110101000011000111110110001101001110100001001000110 | e6a63f8ea18fb1a74246 |
UTF-8 | 网。侒BF | 1110011110111101100100011110111010010110100010111110111110111101101000011110010010111110100100100100001001000110 | e7bd91ee968befbda1e4be924246 |
UHC | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)