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 | 摯?? | 10011101100101010011111100111111 | 9d953f3f |
EUC-JP | 摯?? | 11011001111101010011111100111111 | d9f53f3f |
UTF-8 | 摯쿤강 | 111001101001000110101111111011001011111110100100111010101011000010010101 | e691afecbfa4eab095 |
UHC | 摯쿤강 | 111100101010011111000100111011111011000010101101 | f2a7c4efb0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)