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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 룶킃㈛룶뇜^ | 11101011101000111011011011101101100000101000001111100011100010001001101111101011101000111011011011101011100001111001110001011110 | eba3b6ed8283e3889beba3b6eb879c5e |
UHC | 룶킃㈛룶뇜^ | 1000111110101011101101001000111110101001110011001000111110101011101100111111110101011110 | 8fabb48fa9cc8fabb3fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)