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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 俯得 | 10011000111010111001001110111110 | 98eb93be |
EUC-JP | 俯得 | 11010000111011011100011011000000 | d0edc6c0 |
UTF-8 | 俯得 | 111001001011111110101111111001011011111010010111 | e4bfafe5be97 |
UHC | 俯得 | 11011100111101101101010011110000 | dcf6d4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)