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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 膣?膣?^ | 11100100010100110011111111100100010100110011111101011110 | e4533fe4533f5e |
EUC-JP | 膣?膣?^ | 11100111101101000011111111100111101101000011111101011110 | e7b43fe7b43f5e |
UTF-8 | 膣똑膣똑^ | 11101000100001101010001111101011100110001001000111101000100001101010001111101011100110001001000101011110 | e886a3eb9891e886a3eb98915e |
UHC | 膣똑膣똑^ | 111100101111001110110110110010001111001011110011101101101100100001011110 | f2f3b6c8f2f3b6c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)