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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膣?? | 11100100010100110011111100111111 | e4533f3f |
EUC-JP | 膣?? | 11100111101101000011111100111111 | e7b43f3f |
UTF-8 | 膣읫뤵 | 111010001000011010100011111011001001110110101011111010111010010010110101 | e886a3ec9dabeba4b5 |
UHC | 膣읫뤵 | 111100101111001111000000110010111000111111100011 | f2f3c0cb8fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)