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 | 膣? | 111001000101001100111111 | e4533f |
EUC-JP | 膣? | 111001111011010000111111 | e7b43f |
UTF-8 | 膣읫 | 111010001000011010100011111011001001110110101011 | e886a3ec9dab |
UHC | 膣읫 | 11110010111100111100000011001011 | f2f3c0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)