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 | 裃∵l | 111001011101111110000001111001101000001010001100 | e5df81e6828c |
EUC-JP | 裃∵l | 111010101110000110100010111010001010001111101100 | eae1a2e8a3ec |
UTF-8 | 裃∵l | 111010001010001110000011111000101000100010110101111011111011110110001100 | e8a383e288b5efbd8c |
UHC | ?∵l | 0011111110100001111100011010001111101100 | 3fa1f1a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)