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 | 蜊廷糞 | 111001011000110110010010111011001001010110110011 | e58d92ec95b3 |
EUC-JP | 蜊廷糞 | 111010011110110111000100111011101100101010110101 | e9edc4eecab5 |
UTF-8 | 蜊廷糞 | 111010001001110010001010111001011011101110110111111001111011001110011110 | e89c8ae5bbb7e7b39e |
UHC | ?廷糞 | 0011111111101111110101011101110111010000 | 3fefd5ddd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)